Skip to content

Commit

Permalink
fixes camera Z moving (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
DTraitor authored Jul 18, 2023
1 parent d9be931 commit 46e3439
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 @@ -39,7 +39,7 @@
if(zMove(DOWN, z_move_flags = ZMOVE_FEEDBACK))
to_chat(src, span_notice("You move down."))

/mob/camera/can_z_move(direction, turf/start, turf/destination, z_move_flags = NONE, mob/living/rider)
/mob/camera/can_z_move(direction, turf/start, z_move_flags = NONE, mob/living/rider)
z_move_flags |= ZMOVE_IGNORE_OBSTACLES //cameras do not respect these FLOORS you speak so much of
return ..()

Expand Down

0 comments on commit 46e3439

Please sign in to comment.