mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
Starvation No Longer Impacts SSDs (#15225)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user