From dcc0128a54de2522c314bca44d4e1f91f449a12b Mon Sep 17 00:00:00 2001 From: SamCroswell Date: Thu, 11 Jun 2015 21:56:20 -0400 Subject: [PATCH] Removes Automatic Night Vision from Mesons/Thermals Mersons, Thermals, and Material Scanners no longer have automatic nightvision. --- 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 eecff996b82..94d7ac8f745 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -1185,8 +1185,6 @@ var/global/list/brutefireloss_overlays = list("1" = image("icon" = 'icons/mob/sc see_in_dark = (G.darkness_view ? see_in_dark + G.darkness_view : species.darksight) // Otherwise we keep our darkness view with togglable nightvision. if(G.vision_flags) // MESONS sight |= G.vision_flags - if(!druggy) - see_invisible = SEE_INVISIBLE_MINIMUM if(!G.see_darkness) see_invisible = SEE_INVISIBLE_MINIMUM /* HUD shit goes here, as long as it doesn't modify sight flags */