Can now pass dislodged girders properly. (#9740)

This commit is contained in:
mikomyazaki
2020-08-21 19:26:47 +01:00
committed by GitHub
parent e71b30a54a
commit b0dd4454a2
2 changed files with 14 additions and 1 deletions

View File

@@ -66,7 +66,7 @@
/turf/simulated/wall/CanPass(atom/movable/mover, turf/target, height=0, air_group=0)
if(!opacity && istype(mover) && mover.checkpass(PASSGLASS))
return TRUE
..()
return ..()
/turf/simulated/wall/bullet_act(var/obj/item/projectile/Proj)
if(istype(Proj,/obj/item/projectile/beam))