Glasswires no longer break from flashlight beams (#19655)

This commit is contained in:
Will
2026-08-10 12:32:57 +02:00
committed by GitHub
parent eb0b6e228d
commit 9dd2e6362a
+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