Skip to content

Commit 03e1418

Browse files
committed
Fixes moving up
1 parent 2630800 commit 03e1418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/mob/camera/camera.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
set name = "Move Down"
3737
set category = "IC"
3838

39-
if(zstep(src, UP, ZMOVE_FEEDBACK))
39+
if(zstep(src, DOWN, ZMOVE_FEEDBACK))
4040
to_chat(src, span_notice("You move down."))
4141

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

0 commit comments

Comments
 (0)