mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-31 00:49:14 +01:00
it compiles, that's better than it not compiling, right?
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
var/steps = rand(1,4)
|
||||
for(var/i in 1 to steps)
|
||||
step_away(src,loc)
|
||||
addtimer(CALLBACK(src, .proc/prime), rand(15,60))
|
||||
addtimer(CALLBACK(src,PROC_REF(prime)), rand(15,60))
|
||||
|
||||
/obj/item/grenade/clusterbuster/segment/prime()
|
||||
new payload_spawner(drop_location(), payload, rand(min_spawned,max_spawned))
|
||||
|
||||
Reference in New Issue
Block a user