Thirst, mood buff for qunching, No longer spawn thirsty, no longer suicidal if starving and dehydrated alone.

This commit is contained in:
QuoteFox
2021-02-22 19:12:01 +00:00
parent b1dbf03769
commit 506f6b19be
3 changed files with 12 additions and 6 deletions
+3 -1
View File
@@ -307,7 +307,9 @@
/datum/component/mood/proc/HandleThirst(mob/living/L)
switch(L.thirst)
if(NUTRITION_LEVEL_HUNGRY to INFINITY)
if(NUTRITION_LEVEL_WELL_FED to INFINITY)
add_event(null, "thirst", /datum/mood_event/quenched)
if(NUTRITION_LEVEL_HUNGRY to NUTRITION_LEVEL_WELL_FED)
clear_event(null, "thirst")
if(NUTRITION_LEVEL_STARVING to NUTRITION_LEVEL_HUNGRY)
add_event(null, "thirst", /datum/mood_event/thirsty)