mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-30 16:38:30 +01:00
it compiles, that's better than it not compiling, right?
This commit is contained in:
@@ -360,13 +360,13 @@
|
||||
return
|
||||
active = TRUE
|
||||
set_light(2, 3, rgb(rand(0,255),rand(0,255),rand(0,255)))
|
||||
addtimer(CALLBACK(src, .proc/lightUp), 5)
|
||||
addtimer(CALLBACK(src,PROC_REF(lightUp)), 5)
|
||||
|
||||
/obj/item/clothing/shoes/kindleKicks/proc/lightUp(mob/user)
|
||||
if(lightCycle < 15)
|
||||
set_light(2, 3, rgb(rand(0,255),rand(0,255),rand(0,255)))
|
||||
lightCycle += 1
|
||||
addtimer(CALLBACK(src, .proc/lightUp), 5)
|
||||
addtimer(CALLBACK(src,PROC_REF(lightUp)), 5)
|
||||
else
|
||||
set_light(0)
|
||||
lightCycle = 0
|
||||
|
||||
Reference in New Issue
Block a user