mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-25 17:02:04 +00:00
fix: Moving breaks being pulled (#21663)
https://github.com/ss220-space/Paradise/pull/1367
This commit is contained in:
@@ -175,6 +175,9 @@
|
||||
delay = diag_delay
|
||||
move_delay += delay
|
||||
|
||||
if(mob.pulledby)
|
||||
mob.pulledby.stop_pulling()
|
||||
|
||||
if(prev_pulling_loc && mob.pulling?.face_while_pulling && (mob.pulling.loc != prev_pulling_loc))
|
||||
mob.setDir(get_dir(mob, mob.pulling)) // Face welding tanks and stuff when pulling
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user