Skip to content

Commit

Permalink
[MIRROR] fix objects not falling through openspace
Browse files Browse the repository at this point in the history
  • Loading branch information
MuckerMayhem authored and SuhEugene committed Oct 14, 2023
1 parent b1f2547 commit 7293bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/multiz/movement.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7293bde

Please sign in to comment.