Converts bat to use the material system.

This commit is contained in:
Zuhayr
2015-05-16 19:59:21 +09:30
parent 7e14930209
commit 966d797e07
5 changed files with 142 additions and 56 deletions
+2 -2
View File
@@ -87,11 +87,11 @@
var/index = null
index = 0
while(index < 2)
new shardtype(loc)
new shardtype(loc) //todo pooling?
if(reinf) PoolOrNew(/obj/item/stack/rods, loc)
index++
else
new shardtype(loc)
new shardtype(loc) //todo pooling?
if(reinf) PoolOrNew(/obj/item/stack/rods, loc)
qdel(src)
return