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
@@ -263,7 +263,7 @@ Difficulty: Hard
. = ..()
var/newcolor = rgb(241, 137, 172)
add_atom_colour(newcolor, TEMPORARY_COLOUR_PRIORITY)
addtimer(CALLBACK(src, PROC_REF(beam_it_up)), 0)
END_OF_TICK(CALLBACK(src, PROC_REF(beam_it_up)))
/obj/effect/vetus_laser/ex_act(severity)
return