Projectile code overhaul

This commit is contained in:
ZomgPonies
2013-10-30 10:32:21 -04:00
parent 95fc0f970c
commit 7048545d6d
46 changed files with 12867 additions and 12088 deletions
@@ -161,9 +161,9 @@
var/obj/structure/closet/crate/secure/weapon/C = new(src.loc)
var/new_type = pick(
200; /obj/item/weapon/hatchet, \
/obj/item/weapon/gun/projectile/pistol, \
/obj/item/weapon/gun/projectile/deagle, \
/obj/item/weapon/gun/projectile/russian, \
/obj/item/weapon/gun/projectile/automatic/pistol, \
/obj/item/weapon/gun/projectile/automatic/deagle, \
/obj/item/weapon/gun/projectile/revolver/russian, \
)
new new_type(C)
if("spacesuit")