From 20184bb9cd8b28d61367fc7bf4d9267ed62b5d7f Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Thu, 22 May 2014 23:49:57 -0400 Subject: [PATCH] Ccomp fixes to mesons --- code/modules/mob/living/carbon/human/life.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index eb7c7e103f8..1c4dee6c5ed 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -1476,8 +1476,6 @@ O.process_hud(src) if(!druggy) see_invisible = SEE_INVISIBLE_LIVING - else - see_invisible = SEE_INVISIBLE_LIVING else if(!seer) see_in_dark = species.darksight see_invisible = SEE_INVISIBLE_LIVING