Sparks Heisenbug Fix (#23091)

fixes sparks causing heisenbugs when the test ends while theyre still
animating

AI usage disclosure: Created using GPT 5.6 Sol.
This commit is contained in:
Geeves
2026-08-16 16:14:41 +00:00
committed by GitHub
parent 27f727b71f
commit b2837ab09a
+2
View File
@@ -30,4 +30,6 @@
/obj/effect/visual/Destroy()
STOP_VISUAL(src)
// BYOND animations retain their target until the sequence is explicitly stopped.
animate(src)
return ..()