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
+1 -1
View File
@@ -163,7 +163,7 @@
icon_state = "hungry"
/obj/screen/alert/thirsty
name = "Thristy"
name = "Thirsty"
desc = "Some water would be good right about now."
icon_state = "thirsty"
@@ -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.
@@ -255,6 +255,7 @@
//hydration
/datum/reagent/water/on_mob_life(mob/living/carbon/M)
M.thirst += hydration
..()
/*
* Water reaction to turf
-1
View File
@@ -1807,7 +1807,6 @@
#include "code\modules\food_and_drinks\recipes\tablecraft\recipes_spaghetti.dm"
#include "code\modules\food_and_drinks\recipes\tablecraft\recipes_sushi.dm"
#include "code\modules\games\cas.dm"
#include "code\modules\goonchat\browserOutput.dm"
#include "code\modules\holiday\easter.dm"
#include "code\modules\holiday\holidays.dm"
#include "code\modules\holiday\halloween\bartholomew.dm"