diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-11 12:07:41 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-11 12:07:41 -0700 |
commit | ae808338d4cf5a3a221ef64c81d92afb8d503e6e (patch) | |
tree | a3f8f8f534f018c3916d385de2249859e3defe37 /json | |
parent | Convert damage to new format (diff) | |
download | cataclysm-bn-mod_hk-loadout-ae808338d4cf5a3a221ef64c81d92afb8d503e6e.tar.xz |
Remove obsolete drop table for custom g36 mag
Diffstat (limited to 'json')
-rw-r--r-- | json/itemgroups/Weapons_Mods_Ammo/magazines.json | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/json/itemgroups/Weapons_Mods_Ammo/magazines.json b/json/itemgroups/Weapons_Mods_Ammo/magazines.json index 982acad..20d5e54 100644 --- a/json/itemgroups/Weapons_Mods_Ammo/magazines.json +++ b/json/itemgroups/Weapons_Mods_Ammo/magazines.json @@ -23,13 +23,5 @@ "items": [ [ "usp40mag", 10 ] ] - }, - { - "type": "item_group", - "id": "mags_rifle_rare", - "//": "Aftermarket or otherwise uncommon rifle magazines excluding milspec.", - "items": [ - [ "hk_g36_mag", 80 ] - ] } ] |