From 96993f68807fc6f595c492a9165e4e02fb0b94ac Mon Sep 17 00:00:00 2001 From: LeMagnesium Date: Sun, 12 Apr 2015 21:17:47 +0200 Subject: [PATCH] Re-added changed values to hunger --- mods/hunger/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/hunger/init.lua b/mods/hunger/init.lua index f60f7cb3..4992d1b2 100644 --- a/mods/hunger/init.lua +++ b/mods/hunger/init.lua @@ -1,14 +1,14 @@ hunger = {} hunger.food = {} -HUNGER_TICK = 800 -- time in seconds after that 1 hunger point is taken +HUNGER_TICK = 300 -- time in seconds after that 1 hunger point is taken HUNGER_HEALTH_TICK = 4 -- time in seconds after player gets healed/damaged HUNGER_MOVE_TICK = 0.5 -- time in seconds after the movement is checked HUNGER_EXHAUST_DIG = 3 -- exhaustion increased this value after digged node HUNGER_EXHAUST_PLACE = 1 -- exhaustion increased this value after placed HUNGER_EXHAUST_MOVE = 0.3 -- exhaustion increased this value if player movement detected -HUNGER_EXHAUST_LVL = 60 -- at what exhaustion player saturation gets lowered +HUNGER_EXHAUST_LVL = 60 -- at what exhaustion player saturation gets lowered HUNGER_HEAL = 1 -- number of HP player gets healed after HUNGER_HEALTH_TICK HUNGER_HEAL_LVL = 15 -- lower level of saturation needed to get healed