summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-24 03:33:57 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-24 03:33:57 -0700
commitf42f69c69b5401787add29b44ecfd6fd672a53c6 (patch)
treef028f7d9460101b7fbca9e012871cd0065eeee76 /json
parentAdd the UCP to the drop tables (diff)
downloadcataclysm-dda-mod_hk-loadout-f42f69c69b5401787add29b44ecfd6fd672a53c6.tar.xz
Also drop the ammunition in more places
Diffstat (limited to 'json')
-rw-r--r--json/itemgroups/military.json3
1 files changed, 2 insertions, 1 deletions
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 }
]
}
]