Skip to content

Commit

Permalink
tweak(stairs): stairs won't grief players anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Filatelele authored Feb 3, 2024
1 parent bc62c6c commit 6e29708
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/multiz/movement.dm
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@

/atom/movable/proc/handle_fall(turf/landing)
forceMove(landing)

if(locate(/obj/structure/stairs) in landing)
return

handle_fall_effect(landing)

/atom/movable/proc/handle_fall_effect(turf/landing)
Expand Down

0 comments on commit 6e29708

Please sign in to comment.