summaryrefslogtreecommitdiff
path: root/corn.lua
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2015-05-07 23:44:23 -0700
committerAuke Kok <auke-jan.h.kok@intel.com>2015-05-07 23:44:23 -0700
commitc33ff695c010b211845fb642532eb4a98736d585 (patch)
tree67cf5fd5df863686e5cca449c0121dc8455112e6 /corn.lua
parent68f0acc354eb53798c70e4c41ea3afc89c2f21a8 (diff)
Off-by one change.
take damge when water <>= damage_limit (and not <>) corn can go down to 5. 0-4 is considered bone dry anyway.
Diffstat (limited to 'corn.lua')
-rw-r--r--corn.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/corn.lua b/corn.lua
index d68fb4a..5108178 100644
--- a/corn.lua
+++ b/corn.lua
@@ -332,7 +332,7 @@ local properties = {
soak = 60,
soak_damage = 75,
wither = 10,
- wither_damage = 1,
+ wither_damage = 5,
doublesize = true,
}