Commiting what i've got so far for the new traitor items

This commit is contained in:
d3athrow
2013-09-06 23:24:23 -05:00
parent a95b639402
commit 165c8ab75d
19 changed files with 274 additions and 26 deletions

View File

@@ -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)