Adds 9mm gun with silencer, 5TC, with the option to acquire additional ammo, 2TC.

This commit is contained in:
PsiOmega
2015-02-10 22:39:40 +01:00
parent dcb2e22e61
commit 3a6c4dacd6
5 changed files with 17 additions and 4 deletions
+4 -2
View File
@@ -66,8 +66,10 @@
max_ammo = 10
multiple_sprites = 1
/obj/item/ammo_magazine/mc9mm/empty
max_ammo = 0
/obj/item/ammo_magazine/mc9mm/empty/New()
..()
stored_ammo = list()
update_icon()
/obj/item/ammo_magazine/c9mm
name = "Ammunition Box (9mm)"
@@ -85,7 +85,7 @@
origin_tech = "combat=2;materials=2;syndicate=2"
ammo_type = "/obj/item/ammo_casing/c9mm"
load_method = MAGAZINE
mag_type = /obj/item/ammo_magazine/mc9mm/empty
mag_type = /obj/item/ammo_magazine/mc9mm
/obj/item/weapon/gun/projectile/pistol/afterattack(atom/target as mob|obj|turf|area, mob/living/user as mob|obj, flag)
..()