mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
.loc = to forceMove() (#4937)
As requested, this PR is changed to only include all .loc = to forceMove() changes.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
if (!targetloc || (!lock && orbiter.loc != lastloc && orbiter.loc != targetloc))
|
||||
orbiter.stop_orbit()
|
||||
return
|
||||
orbiter.loc = targetloc
|
||||
orbiter.forceMove(targetloc)
|
||||
lastloc = orbiter.loc
|
||||
|
||||
/atom/movable/var/datum/orbit/orbiting = null
|
||||
|
||||
Reference in New Issue
Block a user