From a107413b22612f06b92b9967ead281fb2d74a65c Mon Sep 17 00:00:00 2001 From: Duck- Date: Mon, 17 Mar 2014 23:13:05 -0400 Subject: [PATCH] Fixes XRAY Kay. --- code/modules/mob/living/carbon/brain/life.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/brain/life.dm b/code/modules/mob/living/carbon/brain/life.dm index becedb1e..d490dde9 100644 --- a/code/modules/mob/living/carbon/brain/life.dm +++ b/code/modules/mob/living/carbon/brain/life.dm @@ -210,7 +210,7 @@ sight |= SEE_MOBS sight |= SEE_OBJS see_in_dark = 8 - see_invisible = SEE_INVISIBLE_LEVEL_TWO + see_invisible = SEE_INVISIBLE_MINIMUM else if (stat != 2) sight &= ~SEE_TURFS sight &= ~SEE_MOBS @@ -279,4 +279,4 @@ emp_damage += rand(10,20) if(3) emp_damage += rand(0,10) - ..()*/ \ No newline at end of file + ..()*/