Projectile update

This commit is contained in:
ZomgPonies
2013-11-01 14:00:50 -04:00
parent 00b101d7f2
commit 1368fb3bfb
9 changed files with 10631 additions and 10658 deletions
+3 -3
View File
@@ -45,11 +45,11 @@
if("cannon")
new /obj/item/weapon/gun/energy/lasercannon(get_turf(H))
if("doublebarrel")
new /obj/item/weapon/gun/projectile/shotgun/pump/(get_turf(H))
new /obj/item/weapon/gun/projectile/revolver/doublebarrel/(get_turf(H))
if("shotgun")
new /obj/item/weapon/gun/projectile/shotgun/pump/(get_turf(H))
new /obj/item/weapon/gun/projectile/shotgun/(get_turf(H))
if("combatshotgun")
new /obj/item/weapon/gun/projectile/shotgun/pump/combat(get_turf(H))
new /obj/item/weapon/gun/projectile/shotgun/combat(get_turf(H))
if("mateba")
new /obj/item/weapon/gun/projectile/revolver/mateba(get_turf(H))
if("smg")