mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
bandaid fixes some invisible guns (#7077)
This commit is contained in:
@@ -404,7 +404,7 @@
|
||||
ammo_type = /obj/item/ammo_casing/a9mm
|
||||
matter = list(MAT_STEEL = 1200)
|
||||
caliber = "9mm"
|
||||
max_ammo = 20
|
||||
max_ammo = 50 //CHOMPedit
|
||||
multiple_sprites = 1
|
||||
|
||||
/obj/item/ammo_magazine/m9mmt/empty
|
||||
@@ -645,7 +645,7 @@
|
||||
matter = list(MAT_STEEL = 10000)
|
||||
ammo_type = /obj/item/ammo_casing/a545
|
||||
w_class = ITEMSIZE_NORMAL // This should NOT fit in your pocket!!
|
||||
max_ammo = 50
|
||||
max_ammo = 150 //CHOMPedit
|
||||
multiple_sprites = 1
|
||||
|
||||
/obj/item/ammo_magazine/m545saw/empty
|
||||
@@ -722,7 +722,7 @@
|
||||
caliber = "7.62mm"
|
||||
matter = list(MAT_STEEL = 2000)
|
||||
ammo_type = /obj/item/ammo_casing/a762
|
||||
max_ammo = 10
|
||||
max_ammo = 25 //CHOMPedit
|
||||
multiple_sprites = 1
|
||||
|
||||
/obj/item/ammo_magazine/m762/empty
|
||||
@@ -737,7 +737,7 @@
|
||||
name = "extended magazine (7.62mm)"
|
||||
icon_state = "m762"
|
||||
matter = list(MAT_STEEL = 4000)
|
||||
max_ammo = 20
|
||||
max_ammo = 50 //CHOMPedit
|
||||
|
||||
/obj/item/ammo_magazine/m762/ext/empty
|
||||
initial_ammo = 0
|
||||
|
||||
@@ -6,30 +6,30 @@
|
||||
|
||||
/obj/item/ammo_magazine/a57p90 //congratulations you are now being converted 5.7x28mm, a.k.a the round the p90 actually uses.
|
||||
name = "\improper P90K Top-Mounted Magazine (5.7x28mm Standard)"
|
||||
desc = "A 50-round magazine for the P90K, loaded with caseless ammunition."
|
||||
desc = "A 125-round magazine for the P90K, loaded with caseless ammunition."
|
||||
icon_state = "p90"
|
||||
mag_type = MAGAZINE
|
||||
ammo_type = /obj/item/ammo_casing/a57
|
||||
matter = list(MAT_STEEL = 2500) // Reduced from 2700 to 2500 for rounding.
|
||||
caliber = "5.7x28mm"
|
||||
max_ammo = 50
|
||||
max_ammo = 125
|
||||
multiple_sprites = 1
|
||||
|
||||
/obj/item/ammo_magazine/a57p90/ap
|
||||
name = "\improper P90K Top-Mounted Magazine (5.7x28mm Armor-Piercing)"
|
||||
desc = "A 50-round magazine for the P90K, loaded with caseless armor-piercing ammunition."
|
||||
desc = "A 125-round magazine for the P90K, loaded with caseless armor-piercing ammunition."
|
||||
ammo_type = /obj/item/ammo_casing/a57/ap
|
||||
matter = list(MAT_STEEL = 3000)
|
||||
|
||||
/obj/item/ammo_magazine/a57p90/rubber
|
||||
name = "\improper P90K Top-Mounted Magazine (5.7x28mm Rubber)"
|
||||
desc = "A 50-round magazine for the P90K, loaded with less-than-lethal caseless rubber ammunition."
|
||||
desc = "A 125-round magazine for the P90K, loaded with less-than-lethal caseless rubber ammunition."
|
||||
ammo_type = /obj/item/ammo_casing/a57/rubber
|
||||
matter = list(MAT_STEEL = 2000) // Slightly cheaper.
|
||||
|
||||
/obj/item/ammo_magazine/a57p90/hp
|
||||
name = "\improper P90K Top-Mounted Magazine (5.7x28mm Hollow-Point)"
|
||||
desc = "A 50-round magazine for the P90K, loaded with caseless hollow-point ammunition."
|
||||
desc = "A 125-round magazine for the P90K, loaded with caseless hollow-point ammunition."
|
||||
ammo_type = /obj/item/ammo_casing/a57/hp
|
||||
matter = list(MAT_STEEL = 3000)
|
||||
|
||||
@@ -42,18 +42,18 @@
|
||||
|
||||
/obj/item/ammo_magazine/m10mm
|
||||
name = "\improper C-20R Magazine (10mm Standard)"
|
||||
desc = "A 20-round magazine for the C-20R, loaded with caseless ammunition."
|
||||
desc = "A 50-round magazine for the C-20R, loaded with caseless ammunition."
|
||||
icon_state = "10mm"
|
||||
mag_type = MAGAZINE
|
||||
ammo_type = /obj/item/ammo_casing/a10mm
|
||||
matter = list(MAT_STEEL = 3000)
|
||||
caliber = "10mm"
|
||||
max_ammo = 20
|
||||
max_ammo = 50
|
||||
multiple_sprites = 1
|
||||
|
||||
/obj/item/ammo_magazine/m10mm/ap
|
||||
name = "\improper C-20R Magazine (10mm Armor-Piercing)"
|
||||
desc = "A 20-round magazine for the C-20R, loaded with caseless armor-piercing ammunition."
|
||||
desc = "A 50-round magazine for the C-20R, loaded with caseless armor-piercing ammunition."
|
||||
matter = list(MAT_STEEL = 3500)
|
||||
ammo_type = /obj/item/ammo_casing/a10mm/ap
|
||||
|
||||
@@ -680,4 +680,4 @@
|
||||
/obj/item/ammo_magazine/s45lc/rifle
|
||||
name = "speedloader (.45 LC +P)"
|
||||
icon_state = "RI44"
|
||||
ammo_type = /obj/item/ammo_casing/a45lc/rifle
|
||||
ammo_type = /obj/item/ammo_casing/a45lc/rifle
|
||||
|
||||
Reference in New Issue
Block a user