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
@@ -210,7 +210,7 @@
// we need to come back to this once the hand is actually removed/dead
if(!owner) // Rather not have this trigger on already removed limbs
return
addtimer(CALLBACK(owner, TYPE_PROC_REF(/mob/living/carbon/human, update_hands_hud), 0))
END_OF_TICK(CALLBACK(owner, TYPE_PROC_REF(/mob/living/carbon/human, update_hands_hud)))
/obj/item/organ/external/hand/right
limb_name = "r_hand"