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

This commit is contained in:
spookerton
2022-03-28 13:09:28 +01:00
parent 21ee12ae4b
commit 5212706f3d
9 changed files with 16 additions and 37 deletions
@@ -12,9 +12,6 @@
create_reagents(500)
return
/obj/effect/vfx/smoke/chem/Destroy()
walk(src, 0) // Because we might have called walk_to, we must stop the walk loop or BYOND keeps an internal reference to us forever.
return ..()
/obj/effect/vfx/smoke/chem/transparent
opacity = FALSE
-1
View File
@@ -163,7 +163,6 @@
/obj/effect/spider/spiderling/Destroy()
STOP_PROCESSING(SSobj, src)
walk(src, 0) // Because we might have called walk_to, we must stop the walk loop or BYOND keeps an internal reference to us forever.
return ..()
/obj/effect/spider/spiderling/Bump(atom/user)