diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-08-09 15:18:36 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-08-09 15:18:36 -0700 |
commit | 6ede9b1b735f3a8542dc913f4831c67ee933493f (patch) | |
tree | 459a9b099e1c125eb7910bb4dc059d030cdd69dc /json | |
parent | Typo. (diff) | |
download | cataclysm-bn-mod_hk-loadout-6ede9b1b735f3a8542dc913f4831c67ee933493f.tar.xz |
Fix a nested that was not converted to a group.
Diffstat (limited to 'json')
-rw-r--r-- | json/itemgroups/Weapons_Mods_Ammo/guns.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 } ] }, { |