From 816d3f9249fc11dbc548e8bb402283c07ae90af0 Mon Sep 17 00:00:00 2001 From: LaVeyanFiend Date: Fri, 11 Mar 2022 20:29:44 -0500 Subject: [PATCH] Allow holsters to store smaller guns --- data/json/items/armor/holster.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/armor/holster.json b/data/json/items/armor/holster.json index be15476e17cd6..63898ec788e0d 100644 --- a/data/json/items/armor/holster.json +++ b/data/json/items/armor/holster.json @@ -213,7 +213,7 @@ "magazine_well": "350 ml", "pocket_type": "CONTAINER", "holster": true, - "min_item_volume": "300 ml", + "min_item_volume": "250 ml", "max_contains_volume": "1000 ml", "max_contains_weight": "2 kg", "max_item_length": "30 cm",