summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-17 22:01:45 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-17 22:01:45 -0800
commit99512370383446ca5c8f41c8f4ed9bfe58cb6170 (patch)
tree1903a3bc606e24eca8d93a201d16edc75ef28028
parentFix the naming of the .40 magazines. (diff)
downloadcataclysm-bn-mod_hk-loadout-99512370383446ca5c8f41c8f4ed9bfe58cb6170.tar.xz
Fix nested hk45 having a p30 .40
-rw-r--r--json/itemgroups/Weapons_Mods_Ammo/nested_guns.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/itemgroups/Weapons_Mods_Ammo/nested_guns.json b/json/itemgroups/Weapons_Mods_Ammo/nested_guns.json
index 86bce89..4f801e2 100644
--- a/json/itemgroups/Weapons_Mods_Ammo/nested_guns.json
+++ b/json/itemgroups/Weapons_Mods_Ammo/nested_guns.json
@@ -45,7 +45,7 @@
"subtype": "collection",
"ammo": 100,
"entries": [
- { "item": "hk_p30_40", "charges-min": 0, "charges-max": 10 },
+ { "item": "hk_45", "charges-min": 0, "charges-max": 10 },
{ "item": "hk45mag" },
{ "item": "hk45mag", "prob": 50 },
{ "group": "on_hand_45" }