Adds a macro for 0 wait timers as END_OF_TICK (#30309)

* Adds a macro for 0 wait timers as END_OF_TICK

* comment update
This commit is contained in:
Contrabang
2025-09-04 07:09:08 +00:00
committed by GitHub
parent e660a30e68
commit 19e1785eed
11 changed files with 15 additions and 12 deletions
@@ -377,7 +377,7 @@
..()
if(!activated || QDELETED(src))
return
addtimer(CALLBACK(src, PROC_REF(try_attach_to_owner)), 0) // Do this once the drop call stack is done. The holding limb might be getting removed
END_OF_TICK(CALLBACK(src, PROC_REF(try_attach_to_owner))) // Do this once the drop call stack is done. The holding limb might be getting removed
/obj/item/rod_of_asclepius/proc/try_attach_to_owner()
if(!ishuman(owner) || QDELETED(owner))