From e522d29d835eda5d1e12545827ea9a50808efbf0 Mon Sep 17 00:00:00 2001 From: DoctorVanGogh Date: Fri, 6 Apr 2018 17:59:56 +0200 Subject: [PATCH] allow chestrig to store small magazines --- data/json/items/armor/ammo_pouch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/json/items/armor/ammo_pouch.json b/data/json/items/armor/ammo_pouch.json index 9b5620ed8bcd7..f04430bd43a1f 100644 --- a/data/json/items/armor/ammo_pouch.json +++ b/data/json/items/armor/ammo_pouch.json @@ -71,6 +71,7 @@ "type": "holster", "holster_prompt": "Stash ammo", "holster_msg": "You stash your %s.", + "min_volume": 1, "max_volume": 4, "draw_cost": 60, "flags": [ "MAG_COMPACT", "MAG_BULKY" ]