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)