From 5f5e46945e1402331f57b5ba31efa8fee2c8a69f Mon Sep 17 00:00:00 2001 From: Anewbe Date: Mon, 10 Apr 2017 20:52:51 -0500 Subject: [PATCH] Thermals can see in the dark. --- code/modules/clothing/glasses/glasses.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/glasses/glasses.dm b/code/modules/clothing/glasses/glasses.dm index 137cab1a01..ecbe50590d 100644 --- a/code/modules/clothing/glasses/glasses.dm +++ b/code/modules/clothing/glasses/glasses.dm @@ -395,7 +395,8 @@ BLIND // can't see anything toggleable = 1 action_button_name = "Toggle Goggles" vision_flags = SEE_MOBS - see_invisible = INVISIBILITY_LEVEL_TWO + see_invisible = SEE_INVISIBLE_NOLIGHTING + emp_act(severity) if(istype(src.loc, /mob/living/carbon/human))