mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
Fixes resin stacking & allows lasers to pass through resin (#28842)
* Fixes resin stacking Lets you shoot through Resin with lasers! * Small code cleanup * TRUE
This commit is contained in:
@@ -276,6 +276,10 @@
|
||||
for(var/obj/item/Item in O)
|
||||
Item.extinguish()
|
||||
|
||||
/obj/structure/foamedmetal/resin/CanPass(atom/movable/mover, turf/target, height)
|
||||
if(istype(mover) && mover.checkpass(PASSGLASS))
|
||||
return TRUE
|
||||
. = ..()
|
||||
|
||||
#undef ALUMINUM_FOAM
|
||||
#undef IRON_FOAM
|
||||
|
||||
Reference in New Issue
Block a user