mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
ID Card Hard Del (#22276)
Fixes a hard del related to ID cards. Yet another of the "extremely tiny hard dels".
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
/obj/effect/visual/sparks/start(var/direction)
|
||||
if (direction)
|
||||
addtimer(CALLBACK(src, PROC_REF(do_step), direction), 5)
|
||||
addtimer(CALLBACK(src, PROC_REF(do_step), direction), 5, TIMER_STOPPABLE | TIMER_DELETE_ME)
|
||||
|
||||
/obj/effect/visual/sparks/proc/do_step(direction)
|
||||
step(src, direction)
|
||||
|
||||
Reference in New Issue
Block a user