mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user