diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-17 22:01:45 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-17 22:01:45 -0800 |
commit | 99512370383446ca5c8f41c8f4ed9bfe58cb6170 (patch) | |
tree | 1903a3bc606e24eca8d93a201d16edc75ef28028 /json/itemgroups | |
parent | Fix the naming of the .40 magazines. (diff) | |
download | cataclysm-bn-mod_hk-loadout-99512370383446ca5c8f41c8f4ed9bfe58cb6170.tar.xz |
Fix nested hk45 having a p30 .40
Diffstat (limited to 'json/itemgroups')
-rw-r--r-- | json/itemgroups/Weapons_Mods_Ammo/nested_guns.json | 2 |
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" } |