From be55e15c59fd5926de4b8498c1c5394689fa8a92 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 4 Jun 2024 13:25:47 -0700 Subject: Reduce the max_volume for the throwing knife sheath. --- json/items/armor/sheath.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json') 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" ] -- cgit v1.2.1