Skip to content

Commit

Permalink
Merge pull request #56044 from TheShadowFerret/SmallerAllowedGuns
Browse files Browse the repository at this point in the history
Decrease min_item_volume for holster to allow storing smaller service pistols
  • Loading branch information
Rivet-the-Zombie authored Mar 12, 2022
2 parents eb7d89d + 816d3f9 commit b5427b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/armor/holster.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"magazine_well": "350 ml",
"pocket_type": "CONTAINER",
"holster": true,
"min_item_volume": "300 ml",
"min_item_volume": "250 ml",
"max_contains_volume": "1000 ml",
"max_contains_weight": "2 kg",
"max_item_length": "30 cm",
Expand Down

0 comments on commit b5427b0

Please sign in to comment.