hunger fixes, Water SHOULD HYDRATE NOW

This commit is contained in:
QuoteFox
2021-02-14 15:33:43 +00:00
parent 29237e5f8a
commit 794f3dedbd
4 changed files with 5 additions and 5 deletions
@@ -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.