From 28724f31574c50933a24cfbf593161118eb5dd71 Mon Sep 17 00:00:00 2001 From: Neerti Date: Tue, 25 Sep 2018 22:21:35 -0400 Subject: [PATCH] Fixes Circuitry Glasses. Button in HUD should work now. --- 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 c932d2524b..fed3119830 100644 --- a/code/modules/clothing/glasses/glasses.dm +++ b/code/modules/clothing/glasses/glasses.dm @@ -60,6 +60,7 @@ BLIND // can't see anything to_chat(usr, "You activate the optical matrix on the [src].") user.update_action_buttons() user.recalculate_vis() + ..() /obj/item/clothing/glasses/meson name = "optical meson scanner"