From 7293bde50be7dfb08a8d934112ea14e5ba70c3f9 Mon Sep 17 00:00:00 2001 From: MuckerMayhem <1161516+MuckerMayhem@users.noreply.github.com> Date: Sun, 15 Oct 2023 02:29:07 +0300 Subject: [PATCH] [MIRROR] fix objects not falling through openspace --- code/modules/multiz/movement.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/multiz/movement.dm b/code/modules/multiz/movement.dm index 4da0cf8906640..6b1b83f9d2782 100644 --- a/code/modules/multiz/movement.dm +++ b/code/modules/multiz/movement.dm @@ -196,7 +196,7 @@ /obj/can_fall(anchor_bypass = FALSE, turf/location_override = loc) return ..(anchor_fall) -/obj/can_fall(anchor_bypass = FALSE, turf/location_override = loc) +/obj/effect/can_fall(anchor_bypass = FALSE, turf/location_override = loc) return FALSE /obj/decal/cleanable/can_fall(anchor_bypass = FALSE, turf/location_override = loc)