Skip to content

Commit

Permalink
Merge pull request #77121 from phelieros/fix_tac_vest_mag_insert
Browse files Browse the repository at this point in the history
Fix not being able to put smaller mags into tac vest
  • Loading branch information
Maleclypse authored Oct 19, 2024
2 parents e9f130b + 042d31d commit f7af889
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions data/json/items/armor/ammo_pouch.json
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,6 @@
{
"pocket_type": "CONTAINER",
"max_item_length": "300 mm",
"min_item_volume": "250 ml",
"max_contains_volume": "1 L",
"max_contains_weight": "2 kg",
"flag_restriction": [ "MAG_COMPACT", "MAG_BULKY" ],
Expand All @@ -583,7 +582,6 @@
{
"pocket_type": "CONTAINER",
"max_item_length": "300 mm",
"min_item_volume": "250 ml",
"max_contains_volume": "1 L",
"max_contains_weight": "2 kg",
"flag_restriction": [ "MAG_COMPACT", "MAG_BULKY" ],
Expand All @@ -593,7 +591,6 @@
{
"pocket_type": "CONTAINER",
"max_item_length": "250 mm",
"min_item_volume": "200 ml",
"max_contains_volume": "800 ml",
"max_contains_weight": "1600 g",
"flag_restriction": [ "MAG_COMPACT", "MAG_BULKY" ],
Expand All @@ -603,7 +600,6 @@
{
"pocket_type": "CONTAINER",
"max_item_length": "250 mm",
"min_item_volume": "200 ml",
"max_contains_volume": "800 ml",
"max_contains_weight": "1600 g",
"flag_restriction": [ "MAG_COMPACT", "MAG_BULKY" ],
Expand All @@ -613,7 +609,6 @@
{
"pocket_type": "CONTAINER",
"max_item_length": "250 mm",
"min_item_volume": "200 ml",
"max_contains_volume": "800 ml",
"max_contains_weight": "1600 g",
"flag_restriction": [ "MAG_COMPACT", "MAG_BULKY" ],
Expand Down

0 comments on commit f7af889

Please sign in to comment.