Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions code/modules/power/singularity/singularity.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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]!"), \
Expand Down