mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +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
|
||||||
@@ -325,12 +340,12 @@
|
|||||||
name = "RPK Drum magazine(7.62x39mm standard)"
|
name = "RPK Drum magazine(7.62x39mm standard)"
|
||||||
path = /obj/item/ammo_magazine/akm/drum
|
path = /obj/item/ammo_magazine/akm/drum
|
||||||
hidden = 1
|
hidden = 1
|
||||||
|
|
||||||
/datum/category_item/autolathe/arms/s45lc
|
/datum/category_item/autolathe/arms/s45lc
|
||||||
name = "speedloader(.45 LC)"
|
name = "speedloader(.45 LC)"
|
||||||
path = /obj/item/ammo_magazine/s45lc
|
path = /obj/item/ammo_magazine/s45lc
|
||||||
hidden = 1
|
hidden = 1
|
||||||
|
|
||||||
/datum/category_item/autolathe/arms/s45lc/rubber
|
/datum/category_item/autolathe/arms/s45lc/rubber
|
||||||
name = "speedloader(.45 LC Rubber)"
|
name = "speedloader(.45 LC Rubber)"
|
||||||
path = /obj/item/ammo_magazine/s45lc/rubber
|
path = /obj/item/ammo_magazine/s45lc/rubber
|
||||||
@@ -345,4 +360,4 @@
|
|||||||
name = ".45 LC"
|
name = ".45 LC"
|
||||||
path = /obj/item/ammo_casing/a45lc
|
path = /obj/item/ammo_casing/a45lc
|
||||||
hidden = 1
|
hidden = 1
|
||||||
|
|
||||||
|
|||||||
@@ -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