Update living.dm

This commit is contained in:
kevinz000
2020-03-10 19:39:11 -07:00
committed by GitHub
parent fef4c82464
commit d5ab355fe5
+1 -1
View File
@@ -490,7 +490,7 @@
GLOB.alive_mob_list += src
suiciding = 0
stat = UNCONSCIOUS //the mob starts unconscious,
if(!blind_eyes)
if(!eye_blind)
blind_eyes(1)
updatehealth() //then we check if the mob should wake up.
update_mobility()