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
+1 -1
View File
@@ -50,7 +50,7 @@
// See /obj/structure/closet/Initialize for explanation of
// addtimer use here
addtimer(CALLBACK(src, PROC_REF(shelf_items)), 0)
END_OF_TICK(CALLBACK(src, PROC_REF(shelf_items)))
/datum/component/shelver/proc/shelf_items()
var/obj/structure/structure_parent = parent