Fixes deathgasping while being cloned (#1852)
This commit is contained in:
committed by
kevinz000
parent
73557a5e5f
commit
ac16176c20
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user