Skip to content

Commit b208469

Browse files
committed
Fix shuttle parallax not moves
1 parent d5e179b commit b208469

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

code/modules/shuttle/mobile_port/shuttle_move_callbacks.dm

+3-1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ All ShuttleMove procs go here
115115
if(rotation)
116116
shuttleRotate(rotation)
117117

118+
update_parallax_contents()
119+
118120
return TRUE
119121

120122
/atom/movable/proc/lateShuttleMove(turf/oldT, list/movement_force, move_dir)
@@ -239,7 +241,7 @@ All ShuttleMove procs go here
239241
. = ..()
240242
if(pipe_vision_img)
241243
pipe_vision_img.loc = loc
242-
244+
243245
var/missing_nodes = FALSE
244246
for(var/i in 1 to device_type)
245247
if(nodes[i])

0 commit comments

Comments
 (0)