From f42f69c69b5401787add29b44ecfd6fd672a53c6 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Sun, 24 May 2020 03:33:57 -0700
Subject: Also drop the ammunition in more places

---
 json/itemgroups/military.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/json/itemgroups/military.json b/json/itemgroups/military.json
index c1fb711..d36926b 100644
--- a/json/itemgroups/military.json
+++ b/json/itemgroups/military.json
@@ -4,7 +4,8 @@
     "id": "military",
     "subtype": "distribution",
     "entries": [ 
-      { "item": "hk_ucp", "prob": 6 }
+      { "item": "hk_ucp", "prob": 6 },
+      { "item": "46mm", "prob": 7 }
     ]
   }
 ]
-- 
cgit v1.2.1