From 9c3a8316dfd44fa4d30210af9cac042b37aee39f Mon Sep 17 00:00:00 2001 From: Duck- Date: Mon, 17 Mar 2014 22:52:06 -0400 Subject: [PATCH] Nightvision goggle fix Lets you actually see in the dark. Hooray. --- code/modules/clothing/glasses/glasses.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/glasses/glasses.dm b/code/modules/clothing/glasses/glasses.dm index 96eacbd8..1b87c66c 100644 --- a/code/modules/clothing/glasses/glasses.dm +++ b/code/modules/clothing/glasses/glasses.dm @@ -1,4 +1,3 @@ - /obj/item/clothing/glasses name = "glasses" icon = 'icons/obj/clothing/glasses.dmi' @@ -36,6 +35,7 @@ item_state = "glasses" origin_tech = "magnets=2" darkness_view = 3 + vision_flags = 32 //Very hacky way of doing it. I don't know what it means. But I did guess-and-check numbers until it worked. So. /obj/item/clothing/glasses/eyepatch name = "eyepatch"