Stechkin Maintenance Pistol Change

This commit is contained in:
Fox McCloud
2018-06-30 19:24:56 -04:00
parent cafd2ac767
commit 6c9f83f685
3 changed files with 1 additions and 14 deletions
@@ -198,13 +198,6 @@
desc= "A gun magazine. Loaded with rounds which penetrate armour, but are less effective against normal targets"
ammo_type = /obj/item/ammo_casing/c10mm/ap
/obj/item/ammo_box/magazine/m10mm/empty //for maint drops
desc = "A gun magazine. Seems to be broken and can only hold one bullet. Pretty useless."
max_ammo = 1
/obj/item/ammo_box/magazine/m10mm/empty/update_icon()
icon_state = "[initial(icon_state)]-[stored_ammo.len ? "8" : "0"]"
/obj/item/ammo_box/magazine/m45
name = "handgun magazine (.45)"
icon_state = "45"
@@ -26,12 +26,6 @@
mag_type = /obj/item/ammo_box/magazine/m45
can_suppress = 0
/obj/item/gun/projectile/automatic/pistol/empty //empty stetchshit for maint spawns
/obj/item/gun/projectile/automatic/pistol/empty/New()
magazine = new /obj/item/ammo_box/magazine/m10mm/empty(src)
..()
/obj/item/gun/projectile/automatic/pistol/enforcer
name = "Enforcer .45"
desc = "A pistol of modern design."