diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-06-04 13:25:47 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-06-04 13:25:47 -0700 |
commit | be55e15c59fd5926de4b8498c1c5394689fa8a92 (patch) | |
tree | 8149d4820029c08c838d160113e89c6fd7475d74 /json/items | |
parent | Rebalance the survivor harness. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-be55e15c59fd5926de4b8498c1c5394689fa8a92.tar.xz |
Reduce the max_volume for the throwing knife sheath.
Diffstat (limited to 'json/items')
-rw-r--r-- | json/items/armor/sheath.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/armor/sheath.json b/json/items/armor/sheath.json index bbaedb1..5562a99 100644 --- a/json/items/armor/sheath.json +++ b/json/items/armor/sheath.json @@ -37,7 +37,7 @@ "type": "holster", "holster_prompt": "Sheath knife", "holster_msg": "You sheath your %s", - "max_volume": "250 ml", + "max_volume": "100 ml", "draw_cost": 80, "multi": 6, "flags": [ "SHEATH_KNIFE" ] |