From d5ab355fe5da32020a635cc433492a4a69160150 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Tue, 10 Mar 2020 19:39:11 -0700 Subject: [PATCH] Update living.dm --- code/modules/mob/living/living.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index a46d546baa..3544f1b82f 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -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()