Skip to content

Commit

Permalink
Merge pull request CleverRaven#52163 from Kantonine/master
Browse files Browse the repository at this point in the history
Tactical Vest and XL chest rig fixed layering issues
  • Loading branch information
Rivet-the-Zombie authored Oct 12, 2021
2 parents 7e4ae3e + 1fed054 commit 7afb487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/armor/ammo_pouch.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"name": { "str": "XL chest rig" },
"description": "Popularized during the Vietnam War, chest rigs like these are typically plain, barebones affairs consisting of three or more pouches in a row, with straps to secure them on your chest. This one can hold four magazines in its pouches and fits larger-than-human forms.",
"proportional": { "weight": 1.25, "volume": 1.13, "price": 1.25 },
"flags": [ "WATER_FRIENDLY", "WAIST", "OVERSIZE" ]
"flags": [ "WATER_FRIENDLY", "BELTED", "OVERSIZE" ]
},
{
"id": "javelin_bag",
Expand Down Expand Up @@ -468,7 +468,7 @@
},
{ "ammo_restriction": { "410shot": 6, "shot": 6, "20x66mm": 6, "signal_flare": 6 }, "moves": 25 }
],
"flags": [ "WATER_FRIENDLY" ],
"flags": [ "WATER_FRIENDLY", "WAIST" ],
"armor": [ { "encumbrance": [ 2, 14 ], "coverage": 85, "covers": [ "torso" ] } ]
},
{
Expand Down

0 comments on commit 7afb487

Please sign in to comment.