cleans up atom/movable/Destroy + adds walk(src, 0)

This commit is contained in:
spookerton
2022-03-30 15:04:11 +01:00
parent 21ee12ae4b
commit 5212706f3d
9 changed files with 16 additions and 37 deletions
-4
View File
@@ -115,10 +115,6 @@
if (O.orbiter)
O.orbiter.stop_orbit()
/atom/movable/Destroy(force = FALSE)
. = ..()
if (orbiting)
stop_orbit()
/*
/atom/movable/proc/transfer_observers_to(atom/movable/target)