mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[READY] The not so great but pretty alright ammo simplifcation (#9831)
This commit is contained in:
@@ -427,8 +427,6 @@
|
||||
ammo_type = /obj/item/ammo_casing/a9mm/ap
|
||||
matter = list(MAT_STEEL = 1000, MAT_PLASTEEL = 2000)
|
||||
|
||||
// P90
|
||||
/* CHOMPEDIT Commented out, moved to zz_magazines_ch.dm *
|
||||
/obj/item/ammo_magazine/m9mmp90
|
||||
name = "large capacity top mounted magazine (9mm armor-piercing)"
|
||||
icon_state = "p90"
|
||||
@@ -441,7 +439,13 @@
|
||||
|
||||
/obj/item/ammo_magazine/m9mmp90/empty
|
||||
initial_ammo = 0
|
||||
* CHOMPEDIT Commented out, moved to zz_magazines_ch.dm */
|
||||
|
||||
//CHOMPadd begin
|
||||
/obj/item/ammo_magazine/m9mmp90/rubber
|
||||
name = "large capacity top mounted magazine (9mm rubber)"
|
||||
ammo_type = /obj/item/ammo_casing/a9mm/rubber
|
||||
matter = list(MAT_STEEL = 2000, MAT_PLASTIC = 1000)
|
||||
//CHOMPadd end
|
||||
|
||||
// Stripper Clip
|
||||
/obj/item/ammo_magazine/clip/c9mm
|
||||
|
||||
Reference in New Issue
Block a user