diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 22:52:54 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 22:52:54 -0700 |
commit | 968a1777dd1e9f8212470d54a392def0d3c5a398 (patch) | |
tree | 1456f2f36c9fd3dfd92e95c30bf4a8fe9e816e11 /json/items/armor/holster.json | |
parent | Fix typo in throwing knife sheath. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-968a1777dd1e9f8212470d54a392def0d3c5a398.tar.xz |
Increase encumbrance on deep concealment holster, and move it to leg_either.
Diffstat (limited to 'json/items/armor/holster.json')
-rw-r--r-- | json/items/armor/holster.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/json/items/armor/holster.json b/json/items/armor/holster.json index 52516c1..b97773b 100644 --- a/json/items/armor/holster.json +++ b/json/items/armor/holster.json @@ -44,8 +44,9 @@ "copy-from": "bholster", "type": "ARMOR", "name": { "str": "deep concealment holster" }, - "encumbrance": 0, - "max_encumbrance": 1 + "covers": [ "leg_either" ], + "encumbrance": 1, + "max_encumbrance": 3 }, { "id": "shoulder_holster", |