mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-20 02:27:58 +01:00
Glasswires no longer break from flashlight beams (#19655)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user