allows for qdel in shuttleMove procs

This commit is contained in:
ninjanomnom
2017-12-07 22:37:30 -05:00
parent 7ade4684ad
commit 327727f70c
+2
View File
@@ -665,6 +665,8 @@
for(var/i in 1 to moved_atoms.len)
CHECK_TICK
var/atom/movable/moved_object = moved_atoms[i]
if(QDELETED(moved_object))
continue
var/turf/oldT = moved_atoms[moved_object]
moved_object.afterShuttleMove(oldT, movement_force, dir, preferred_direction, movement_direction, rotation)//atoms