From 09d39b8cbd72f47d6a98e3706066d0d4bf2c001d Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Tue, 10 Mar 2020 17:17:37 -0700 Subject: [PATCH] Update robot.dm --- code/modules/mob/living/silicon/robot/robot.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/silicon/robot/robot.dm b/code/modules/mob/living/silicon/robot/robot.dm index d4f520a611..eca997beae 100644 --- a/code/modules/mob/living/silicon/robot/robot.dm +++ b/code/modules/mob/living/silicon/robot/robot.dm @@ -968,7 +968,8 @@ if(IsUnconscious() || IsStun() || IsParalyzed() || getOxyLoss() > maxHealth*0.5) if(stat == CONSCIOUS) stat = UNCONSCIOUS - blind_eyes(1) + if(!eye_blind) + blind_eyes(1) update_mobility() update_headlamp() else @@ -1236,4 +1237,4 @@ if(usr.stat == DEAD) return //won't work if dead - ai_roster() \ No newline at end of file + ai_roster()