Skip to content

Commit

Permalink
feat(balance): wrist and ankle sheaths can fit pocket knives (catacly…
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Jan 26, 2025
1 parent c34198d commit 108b042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/armor/sheath.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"type": "holster",
"holster_prompt": "Sheath knife",
"holster_msg": "You sheath your %s",
"min_volume": "15 ml",
"min_volume": "10 ml",
"max_volume": "500 ml",
"draw_cost": 150,
"flags": [ "SHEATH_KNIFE" ]
Expand Down Expand Up @@ -105,7 +105,7 @@
"type": "holster",
"holster_prompt": "Sheath knife",
"holster_msg": "You sheath your %s",
"min_volume": "15 ml",
"min_volume": "10 ml",
"max_volume": "250 ml",
"draw_cost": 50,
"flags": [ "SHEATH_KNIFE" ]
Expand Down

0 comments on commit 108b042

Please sign in to comment.