Update movement.dm

This commit is contained in:
C.L
2022-10-08 19:21:00 -04:00
committed by GitHub
parent 5249009db2
commit b6b4ab035f
-1
View File
@@ -355,7 +355,6 @@
/obj/structure/catwalk/CheckFall(var/atom/movable/falling_atom)
return falling_atom.fall_impact(src)
/obj/structure/lattice/CanFallThru(atom/movable/mover as mob|obj, turf/target as turf)
if(target.z >= z)
return TRUE // We don't block sideways or upward movement.