mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 06:07:22 +01:00
[MIRROR] Glasswires no longer break from flashlight beams (#12957)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
co-authored by
Will
parent
52104ff2f7
commit
67f0c3ff56
@@ -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