From b492fccffa1ebc6c19ac040b3f657198786ad2dd Mon Sep 17 00:00:00 2001 From: LetterJay Date: Tue, 25 Apr 2017 22:15:07 -0500 Subject: [PATCH] removes rogue proc --- code/modules/clothing/glasses/engine_goggles.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/clothing/glasses/engine_goggles.dm b/code/modules/clothing/glasses/engine_goggles.dm index 0edc0beefc..6720663fb7 100644 --- a/code/modules/clothing/glasses/engine_goggles.dm +++ b/code/modules/clothing/glasses/engine_goggles.dm @@ -25,7 +25,6 @@ darkness_view = 1 lighting_alpha = LIGHTING_PLANE_ALPHA_INVISIBLE to_chat(loc, "You toggle the goggles' scanning mode to \[Meson].") - invis_update() if(ishuman(user)) var/mob/living/carbon/human/H = user