From f2feb742ffde40ce71965288f8acdfae3dd4e2ff Mon Sep 17 00:00:00 2001 From: ccomp5950 Date: Sat, 9 Jan 2016 21:59:10 -0500 Subject: [PATCH] Meson Scanners now "see in the dark"...again. This is most likely the 4th time I've fixed this. Fixes: #11787 --- code/modules/clothing/glasses/glasses.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/glasses/glasses.dm b/code/modules/clothing/glasses/glasses.dm index 543ff6eeb56..103a7a8cd56 100644 --- a/code/modules/clothing/glasses/glasses.dm +++ b/code/modules/clothing/glasses/glasses.dm @@ -43,6 +43,7 @@ origin_tech = list(TECH_MAGNET = 2, TECH_ENGINEERING = 2) toggleable = 1 vision_flags = SEE_TURFS + see_invisible = SEE_INVISIBLE_NOLIGHTING /obj/item/clothing/glasses/meson/New() ..()