From b6b4ab035f1941b48587362eac0da3bf2b91fb4c Mon Sep 17 00:00:00 2001 From: "C.L" Date: Sat, 8 Oct 2022 19:21:00 -0400 Subject: [PATCH] Update movement.dm --- code/modules/multiz/movement.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/multiz/movement.dm b/code/modules/multiz/movement.dm index 5b345dee786..1b4f600a0b3 100644 --- a/code/modules/multiz/movement.dm +++ b/code/modules/multiz/movement.dm @@ -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.