[MIRROR] Glasswires no longer break from flashlight beams (#12957)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-08-10 20:16:57 +02:00
committed by GitHub
co-authored by Will
parent 52104ff2f7
commit 67f0c3ff56
+2
View File
@@ -43,6 +43,8 @@
/obj/item/material/barbedwire/glass/Crossed(atom/movable/AM)
if(AM.is_incorporeal())
return
if(istype(AM,/obj/effect/abstract)) // Stops flashlight beams from breaking them
return // Maybe special handling someday, like making them shine?
if(anchored)
if(isliving(AM))
var/mob/living/L = AM