From a450241a042487488df383a5d2ac356003aa1ea1 Mon Sep 17 00:00:00 2001 From: TheRyeGuyWhoWillNowDie <70169560+TheRyeGuyWhoWillNowDie@users.noreply.github.com> Date: Thu, 1 Sep 2022 23:54:22 -0400 Subject: [PATCH] Update singularity.dm --- code/modules/power/singularity/singularity.dm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/code/modules/power/singularity/singularity.dm b/code/modules/power/singularity/singularity.dm index d822dfeac3cd..01d6103ce7bf 100644 --- a/code/modules/power/singularity/singularity.dm +++ b/code/modules/power/singularity/singularity.dm @@ -497,11 +497,9 @@ if(M.stat == CONSCIOUS) if (ishuman(M)) var/mob/living/carbon/human/H = M - if(istype(H.glasses, /obj/item/clothing/glasses/meson)) - var/obj/item/clothing/glasses/meson/MS = H.glasses - if(MS.vision_flags == SEE_TURFS) - to_chat(H, span_notice("You look directly into the [src.name], good thing you had your protective eyewear on!")) - return + if(HAS_TRAIT(H, TRAIT_MESONS)) + to_chat(H, span_notice("You look directly into the [src.name], good thing you were protected!")) + return M.apply_effect(60, EFFECT_STUN) M.visible_message(span_danger("[M] stares blankly at the [src.name]!"), \