even in death i serve the omnissiah (#18479)

This commit is contained in:
Fluffy
2024-02-24 11:35:26 +00:00
committed by GitHub
parent c354b1e487
commit f9573fce50
10 changed files with 148 additions and 54 deletions
@@ -15,13 +15,6 @@
else // Not a turf, so we need to destroy immediately instead of waiting for the destruction timer to proc.
qdel(bound_overlay)
/atom/movable/Move()
. = ..()
if (. && bound_overlay)
bound_overlay.forceMove(get_step(src, UP))
if (bound_overlay.dir != dir)
bound_overlay.set_dir(dir)
/atom/movable/set_dir(ndir)
. = ..()
if (. && bound_overlay)