Starvation No Longer Impacts SSDs (#15225)

This commit is contained in:
Fox McCloud
2021-01-07 11:21:07 +00:00
committed by GitHub
parent 8cee720b8d
commit 8b3b967247
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -165,6 +165,8 @@
/datum/disease/critical/hypoglycemia/stage_act()
if(..())
if(isLivingSSD(affected_mob)) // We don't want AFK people dying from this.
return
if(affected_mob.nutrition > NUTRITION_LEVEL_HYPOGLYCEMIA)
to_chat(affected_mob, "<span class='notice'>You feel a lot better!</span>")
cure()