Update carbon.dm

This commit is contained in:
kevinz000
2020-03-10 17:16:33 -07:00
committed by GitHub
parent e1a48cc91d
commit bb1480a369
+2 -1
View File
@@ -813,7 +813,8 @@
return
if(IsUnconscious() || IsSleeping() || getOxyLoss() > 50 || (HAS_TRAIT(src, TRAIT_DEATHCOMA)) || (health <= HEALTH_THRESHOLD_FULLCRIT && !HAS_TRAIT(src, TRAIT_NOHARDCRIT)))
stat = UNCONSCIOUS
blind_eyes(1)
if(!eye_blind)
blind_eyes(1)
if(combatmode)
toggle_combat_mode(TRUE, TRUE)
else