Merge pull request #9151 from Fox-McCloud/pistol-change-loot

Stechkin Maintenance Pistol Change
This commit is contained in:
Crazy Lemon
2018-07-06 18:12:29 -07:00
committed by GitHub
3 changed files with 1 additions and 14 deletions

View File

@@ -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"

View File

@@ -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."