Skip to content

Commit

Permalink
Merge pull request #44178 from drhead/gun-cases-fix
Browse files Browse the repository at this point in the history
Make gun cases belted and oversize
  • Loading branch information
Rivet-the-Zombie authored Sep 16, 2020
2 parents 65a8b8a + 1aac577 commit b8bbd5a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions data/json/items/armor/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -1649,7 +1649,8 @@
}
],
"warmth": 1,
"material_thickness": 2
"material_thickness": 2,
"flags": [ "BELTED", "OVERSIZE" ]
},
{
"id": "rifle_case_soft_leather",
Expand Down Expand Up @@ -1687,7 +1688,7 @@
],
"warmth": 1,
"material_thickness": 2,
"flags": [ "WATER_FRIENDLY", "STURDY" ]
"flags": [ "WATER_FRIENDLY", "STURDY", "BELTED", "OVERSIZE" ]
},
{
"id": "rifle_case_soft_2",
Expand Down Expand Up @@ -1740,7 +1741,8 @@
}
],
"warmth": 1,
"material_thickness": 2
"material_thickness": 2,
"flags": [ "BELTED", "OVERSIZE" ]
},
{
"id": "rifle_case_soft_leather_2",
Expand Down Expand Up @@ -1794,7 +1796,7 @@
],
"warmth": 1,
"material_thickness": 2,
"flags": [ "WATER_FRIENDLY", "STURDY" ]
"flags": [ "WATER_FRIENDLY", "STURDY", "BELTED", "OVERSIZE" ]
},
{
"id": "rifle_case_xl_soft_leather",
Expand Down Expand Up @@ -1832,6 +1834,6 @@
],
"warmth": 1,
"material_thickness": 2,
"flags": [ "WATER_FRIENDLY", "STURDY" ]
"flags": [ "WATER_FRIENDLY", "STURDY", "BELTED", "OVERSIZE" ]
}
]

0 comments on commit b8bbd5a

Please sign in to comment.