Fixes deathgasping while being cloned (#1852)

This commit is contained in:
CitadelStationBot
2017-07-01 23:20:47 -05:00
committed by kevinz000
parent 73557a5e5f
commit ac16176c20
+1 -1
View File
@@ -70,7 +70,7 @@
else if(eye_blurry) //blurry eyes heal slowly
adjust_blurriness(-1)
if (getBrainLoss() >= 60 && stat != DEAD)
if (getBrainLoss() >= 60 && stat == CONSCIOUS)
if(prob(3))
if(prob(25))
emote("drool")