From 6ede9b1b735f3a8542dc913f4831c67ee933493f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 9 Aug 2023 15:18:36 -0700 Subject: Fix a nested that was not converted to a group. --- json/itemgroups/Weapons_Mods_Ammo/guns.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json/itemgroups/Weapons_Mods_Ammo/guns.json') diff --git a/json/itemgroups/Weapons_Mods_Ammo/guns.json b/json/itemgroups/Weapons_Mods_Ammo/guns.json index bb84f07..18ff5af 100644 --- a/json/itemgroups/Weapons_Mods_Ammo/guns.json +++ b/json/itemgroups/Weapons_Mods_Ammo/guns.json @@ -44,7 +44,7 @@ "id": "guns_pistol_milspec", "//": "Military specification pistols only ever found at military sites.", "items": [ - { "item": "nested_hk_ucp", "prob": 35 } + { "group": "nested_hk_ucp", "prob": 35 } ] }, { -- cgit v1.2.1