diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 01:28:04 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 01:28:04 -0700 |
commit | 22022a1d49cdf70aa49ffdeb4d94fc659d4dc9aa (patch) | |
tree | 32ae7523eeb030f883fa95fab910ce662fa6ac16 /json/items/armor | |
parent | Remove max_encumbrance on polo shirt as it has no storage. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-22022a1d49cdf70aa49ffdeb4d94fc659d4dc9aa.tar.xz |
Fix hand grenade pouch lacking explicit encumbrance values.
Diffstat (limited to 'json/items/armor')
-rw-r--r-- | json/items/armor/bandolier.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/json/items/armor/bandolier.json b/json/items/armor/bandolier.json index b2fbf4c..20d061a 100644 --- a/json/items/armor/bandolier.json +++ b/json/items/armor/bandolier.json @@ -29,6 +29,8 @@ "covers": [ "torso" ], "coverage": 15, "material_thickness": 2, + "encumbrance": 1, + "max_encumbrance": 4, "use_action": { "type": "holster", "holster_prompt": "Stash grenades", |