mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 08:27:24 +01:00
hunger fixes, Water SHOULD HYDRATE NOW
This commit is contained in:
@@ -40,8 +40,8 @@
|
||||
if(HAS_TRAIT(src, TRAIT_NOHUNGER))
|
||||
nutrition = NUTRITION_LEVEL_FED - 1 //just less than feeling vigorous
|
||||
else if(nutrition && stat != DEAD)
|
||||
nutrition -= HUNGER_FACTOR/3
|
||||
thirst -= THIRST_FACTOR/5
|
||||
nutrition -= HUNGER_FACTOR/12
|
||||
thirst -= THIRST_FACTOR/12
|
||||
if(m_intent == MOVE_INTENT_RUN)
|
||||
nutrition -= HUNGER_FACTOR/5
|
||||
thirst -= THIRST_FACTOR/10 //running around depleats thirst more so.
|
||||
thirst -= THIRST_FACTOR/5 //running around depleats thirst more so.
|
||||
Reference in New Issue
Block a user