From 5d4e88e7252cff474f66cb5046b8fbc54e8ebea3 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 11 Apr 2022 02:22:41 +0200 Subject: [PATCH] [MIRROR] Give the Debug Glasses SM Madness Immunity [MDB IGNORE] (#12666) * Give the Debug Glasses SM Madness Immunity (#66094) Nanotrasen has decided that their Janitors should not go mad every time they work on the Supermatter. * Give the Debug Glasses SM Madness Immunity Co-authored-by: techno0 <59461590+techno0@users.noreply.github.com> --- 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 ea77d70e434..010d483529c 100644 --- a/code/modules/clothing/glasses/_glasses.dm +++ b/code/modules/clothing/glasses/_glasses.dm @@ -541,7 +541,7 @@ lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_INVISIBLE glass_colour_type = FALSE vision_flags = SEE_TURFS - clothing_traits = list(TRAIT_REAGENT_SCANNER) + clothing_traits = list(TRAIT_REAGENT_SCANNER, TRAIT_SUPERMATTER_MADNESS_IMMUNE) var/list/hudlist = list(DATA_HUD_MEDICAL_ADVANCED, DATA_HUD_DIAGNOSTIC_ADVANCED, DATA_HUD_SECURITY_ADVANCED) var/xray = FALSE