Update living.dm

This commit is contained in:
kevinz000
2020-03-10 17:18:53 -07:00
committed by GitHub
parent c4f59b0b83
commit fef4c82464

View File

@@ -490,7 +490,8 @@
GLOB.alive_mob_list += src
suiciding = 0
stat = UNCONSCIOUS //the mob starts unconscious,
blind_eyes(1)
if(!blind_eyes)
blind_eyes(1)
updatehealth() //then we check if the mob should wake up.
update_mobility()
update_sight()