mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-09 17:13:36 +00:00
Merge pull request #9151 from Fox-McCloud/pistol-change-loot
Stechkin Maintenance Pistol Change
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user