Skip to content

Commit

Permalink
Fix shuttle parallax not moves
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Jan 23, 2025
1 parent b831056 commit ff58774
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/modules/shuttle/mobile_port/shuttle_move_callbacks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ All ShuttleMove procs go here
if(rotation)
shuttleRotate(rotation)

update_parallax_contents()

return TRUE

/atom/movable/proc/lateShuttleMove(turf/oldT, list/movement_force, move_dir)
Expand Down Expand Up @@ -239,7 +241,7 @@ All ShuttleMove procs go here
. = ..()
if(pipe_vision_img)
pipe_vision_img.loc = loc

var/missing_nodes = FALSE
for(var/i in 1 to device_type)
if(nodes[i])
Expand Down

0 comments on commit ff58774

Please sign in to comment.