Fixes Orbit's atom/Destroy overrides not returning (#23186)

* HEAVY BREATHING!!!!

* BREATHING INTENSIFIES!!!!!!!!!!!!!!!
This commit is contained in:
Cyberboss
2017-01-21 21:04:32 -05:00
committed by KorPhaeron
parent a61e3e873e
commit 9de9ade667
+3 -3
View File
@@ -99,7 +99,7 @@
qdel(orbiting)
/atom/Destroy(force = FALSE)
..()
. = ..()
if (orbiters)
for (var/thing in orbiters)
var/datum/orbit/O = thing
@@ -107,6 +107,6 @@
O.orbiter.stop_orbit()
/atom/movable/Destroy(force = FALSE)
..()
. = ..()
if (orbiting)
stop_orbit()
stop_orbit()