From 99512370383446ca5c8f41c8f4ed9bfe58cb6170 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 17 Nov 2023 22:01:45 -0800 Subject: Fix nested hk45 having a p30 .40 --- json/itemgroups/Weapons_Mods_Ammo/nested_guns.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- cgit v1.2.1