Update life.dm

This commit is contained in:
kevinz000
2020-03-10 17:18:01 -07:00
committed by GitHub
parent 09d39b8cbd
commit c4f59b0b83
@@ -21,7 +21,8 @@
if(IsUnconscious() || IsSleeping() || getOxyLoss() > 50 || (HAS_TRAIT(src, TRAIT_DEATHCOMA)) || health <= crit_threshold)
if(stat == CONSCIOUS)
stat = UNCONSCIOUS
blind_eyes(1)
if(!eye_blind)
blind_eyes(1)
update_mobility()
else
if(stat == UNCONSCIOUS)