Skip to content

Commit

Permalink
Fixes moving up (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
DTraitor authored Feb 4, 2024
1 parent 05a082a commit 3a7d062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/camera/camera.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
set name = "Move Down"
set category = "IC"

if(zstep(src, UP, ZMOVE_FEEDBACK))
if(zstep(src, DOWN, ZMOVE_FEEDBACK))
to_chat(src, span_notice("You move down."))

/mob/camera/can_z_move(direction, turf/start, z_move_flags = NONE, mob/living/rider)
Expand Down

0 comments on commit 3a7d062

Please sign in to comment.