mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Fixes Orbit's atom/Destroy overrides not returning (#23186)
* HEAVY BREATHING!!!! * BREATHING INTENSIFIES!!!!!!!!!!!!!!!
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user