mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Commiting what i've got so far for the new traitor items
This commit is contained in:
@@ -32,7 +32,8 @@
|
||||
spawn(0)
|
||||
var/obj/effect/expl_particles/expl = new /obj/effect/expl_particles(src.location)
|
||||
var/direct = pick(alldirs)
|
||||
for(i=0, i<pick(1;25,2;50,3,4;200), i++)
|
||||
var/a = 0
|
||||
for(a=0, a<pick(1;25,2;50,3,4;200), a++)
|
||||
sleep(1)
|
||||
step(expl,direct)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user