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