procs
This commit is contained in:
@@ -366,7 +366,7 @@
|
||||
if(charging)
|
||||
return
|
||||
if(candy < candymax)
|
||||
addtimer(CALLBACK(src, .proc/charge_lollipops), charge_delay)
|
||||
addtimer(CALLBACK(src, PROC_REF(charge_lollipops)), charge_delay)
|
||||
charging = TRUE
|
||||
|
||||
/obj/item/borg/lollipop/proc/charge_lollipops()
|
||||
|
||||
Reference in New Issue
Block a user