mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user