Skip to content

Commit

Permalink
fuck fuck fuck fuck fuck fuck (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
francinum authored Jul 11, 2023
1 parent 44df72a commit 73ded2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/atoms_movable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
if(direction != UP && direction != DOWN)
CRASH("Tried to zMove on the same Z Level.")

var/turf/destination = get_step(start, direction)
var/turf/destination = get_step_multiz(start, direction)
if(!destination)
if(z_move_flags & ZMOVE_FEEDBACK)
to_chat(rider || src, span_notice("There is nothing of interest in this direction."))
Expand Down

0 comments on commit 73ded2b

Please sign in to comment.