mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Add files via upload
This commit is contained in:
@@ -37,11 +37,26 @@
|
|||||||
name = "five-seven magazine(5.7x28mm rubber)"
|
name = "five-seven magazine(5.7x28mm rubber)"
|
||||||
path = /obj/item/ammo_magazine/a57/rubber
|
path = /obj/item/ammo_magazine/a57/rubber
|
||||||
|
|
||||||
|
/datum/category_item/autolathe/arms/smg_p90
|
||||||
|
name = "large capacity top mounted magazine (5.7x28mm standard)"
|
||||||
|
path = /obj/item/ammo_magazine/m9mmp90
|
||||||
|
hidden = 1
|
||||||
|
|
||||||
/datum/category_item/autolathe/arms/smg_p90
|
/datum/category_item/autolathe/arms/smg_p90
|
||||||
name = "large capacity top mounted magazine (5.7x28mm armor-piercing)"
|
name = "large capacity top mounted magazine (5.7x28mm armor-piercing)"
|
||||||
path = /obj/item/ammo_magazine/m9mmp90
|
path = /obj/item/ammo_magazine/m9mmp90
|
||||||
hidden = 1
|
hidden = 1
|
||||||
|
|
||||||
|
/datum/category_item/autolathe/arms/smg_p90
|
||||||
|
name = "large capacity top mounted magazine (5.7x28mm rubber)"
|
||||||
|
path = /obj/item/ammo_magazine/m9mmp90
|
||||||
|
hidden = 1
|
||||||
|
|
||||||
|
/datum/category_item/autolathe/arms/smg_p90
|
||||||
|
name = "large capacity top mounted magazine (5.7x28mm hollow-point)"
|
||||||
|
path = /obj/item/ammo_magazine/m9mmp90
|
||||||
|
hidden = 1
|
||||||
|
|
||||||
/datum/category_item/autolathe/arms/svd_762
|
/datum/category_item/autolathe/arms/svd_762
|
||||||
name = "SVD magazine (7.62x54mmR)"
|
name = "SVD magazine (7.62x54mmR)"
|
||||||
path = /obj/item/ammo_magazine/m762svd
|
path = /obj/item/ammo_magazine/m762svd
|
||||||
|
|||||||
@@ -1,9 +1,24 @@
|
|||||||
//Overrides
|
//Overrides
|
||||||
/obj/item/ammo_magazine/m9mmp90 //congratulations you are now being converted 5.7x28mm, a.k.a the round the p90 actually uses.
|
/obj/item/ammo_magazine/m9mmp90 //congratulations you are now being converted 5.7x28mm, a.k.a the round the p90 actually uses.
|
||||||
name = "large capacity top mounted magazine (5.7x28mm armor-piercing)" //Ugh, we'll leave it AP I guess
|
name = "large capacity top mounted magazine (5.7x28mm standard)" //Standard boolet. Cheaper to make.
|
||||||
ammo_type = /obj/item/ammo_casing/a57/ap
|
ammo_type = /obj/item/ammo_casing/a57
|
||||||
|
matter = list(MAT_STEEL = 2700)
|
||||||
caliber = "5.7x28mm"
|
caliber = "5.7x28mm"
|
||||||
|
|
||||||
|
/obj/item/ammo_magazine/m9mmp90/hp
|
||||||
|
name = "large capacity top mounted magazine (5.7x28mm armor-piercing)"
|
||||||
|
ammo_type = /obj/item/ammo_casing/a57/ap
|
||||||
|
matter = list(MAT_STEEL = 3000)
|
||||||
|
|
||||||
|
/obj/item/ammo_magazine/m9mmp90/rubber
|
||||||
|
name = "large capacity top mounted magazine (5.7x28mm rubber)"
|
||||||
|
ammo_type = /obj/item/ammo_casing/a57/rubber
|
||||||
|
|
||||||
|
/obj/item/ammo_magazine/m9mmp90/ap
|
||||||
|
name = "large capacity top mounted magazine (5.7x28mm hollow-point)"
|
||||||
|
ammo_type = /obj/item/ammo_casing/a57/hp
|
||||||
|
matter = list(MAT_STEEL = 3000)
|
||||||
|
|
||||||
/obj/item/ammo_magazine/m762svd //You are now being converted to 7.62x54mmR :3
|
/obj/item/ammo_magazine/m762svd //You are now being converted to 7.62x54mmR :3
|
||||||
name = "\improper SVD magazine (7.62x54mmR)"
|
name = "\improper SVD magazine (7.62x54mmR)"
|
||||||
icon = 'icons/obj/ammo_ch.dmi'
|
icon = 'icons/obj/ammo_ch.dmi'
|
||||||
|
|||||||
Reference in New Issue
Block a user