Skip to content

Commit

Permalink
fix bionic sniper ammunition (#27614)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pupsi-Mupsi authored and kevingranade committed Jan 15, 2019
1 parent f98331f commit 3cec9b8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion data/json/professions.json
Expand Up @@ -20,6 +20,17 @@
{ "item": "8x40_50_mag", "ammo-item": "8mm_fmj", "charges": 50 }
]
},
{
"type": "item_group",
"subtype": "collection",
"id": "army_mags_rm25",
"entries": [
{ "item": "8x40_25_mag", "ammo-item": "8mm_fmj", "charges": 25 },
{ "item": "8x40_25_mag", "ammo-item": "8mm_fmj", "charges": 25 },
{ "item": "8x40_25_mag", "ammo-item": "8mm_fmj", "charges": 25 },
{ "item": "8x40_25_mag", "ammo-item": "8mm_fmj", "charges": 25 }
]
},
{
"type": "item_group",
"subtype": "collection",
Expand Down Expand Up @@ -1436,7 +1447,9 @@
{ "item": "hat_boonie", "custom-flags": [ "no_auto_equip" ] },
{ "item": "rm11b_sniper_rifle", "ammo-item": "8mm_fmj", "contents-item": [ "shoulder_strap" ] },
{ "item": "usp_45", "ammo-item": "45_acp", "charges": 12, "container-item": "holster" },
{ "item": "chestrig", "contents-group": [ "army_mags_rm51", "army_mags_usp45" ] }
{ "item": "usp45mag", "ammo-item": "45_acp", "charges": 12 },
{ "item": "usp45mag", "ammo-item": "45_acp", "charges": 12 },
{ "item": "chestrig", "contents-group": [ "army_mags_rm25" ] }
]
},
"male": [ "boxer_shorts" ],
Expand Down

0 comments on commit 3cec9b8

Please sign in to comment.