mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
move_towards the right spot (#28242)
This commit is contained in:
@@ -658,7 +658,7 @@
|
||||
|
||||
/datum/move_loop/has_target/move_towards/proc/handle_move(source, atom/OldLoc, Dir, Forced = FALSE)
|
||||
SIGNAL_HANDLER
|
||||
if(moving.loc != moving_towards && home) //If we didn't go where we should have, update slope to account for the deviation
|
||||
if(moving.loc == moving_towards && home) //If we didn't go where we should have, update slope to account for the deviation
|
||||
update_slope()
|
||||
|
||||
/datum/move_loop/has_target/move_towards/handle_no_target()
|
||||
|
||||
Reference in New Issue
Block a user