diff --git a/code/modules/orbit/orbit.dm b/code/modules/orbit/orbit.dm index 81b80e48b4c..c4552155472 100644 --- a/code/modules/orbit/orbit.dm +++ b/code/modules/orbit/orbit.dm @@ -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() \ No newline at end of file + stop_orbit()