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
+1 -1
View File
@@ -57,7 +57,7 @@
var/dizziness = 0//Carbon
var/jitteriness = 0//Carbon
var/nutrition = NUTRITION_LEVEL_START_MIN // randomised in Initialize
var/thirst = NUTRITION_LEVEL_START_MIN // randomised in Initialize
var/thirst = 300
var/satiety = 0//Carbon
var/overeatduration = 0 // How long this guy is overeating //Carbon