mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-26 02:30:38 +01:00
Re-added changed values to hunger
This commit is contained in:
parent
488b4a19ac
commit
96993f6880
@ -1,7 +1,7 @@
|
|||||||
hunger = {}
|
hunger = {}
|
||||||
hunger.food = {}
|
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_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_MOVE_TICK = 0.5 -- time in seconds after the movement is checked
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user