From c919aabfd51b945ce6ef06f141ea83a39d4023ae Mon Sep 17 00:00:00 2001 From: ccomp5950 Date: Tue, 8 Dec 2015 01:05:46 -0500 Subject: [PATCH] Fixes NVGs and other items that change see_invis. I blame a bad merge or something. There is no reason for vision changes to be made in this part of the code. --- 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 c701296a26e..73f8cc01b0d 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -1294,8 +1294,6 @@ if(0 to 20) healths.icon_state = "health5" else healths.icon_state = "health6" - if(!seer) - see_invisible = SEE_INVISIBLE_LIVING if(nutrition_icon) switch(nutrition) if(450 to INFINITY) nutrition_icon.icon_state = "nutrition0"