diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-07 01:29:01 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-07 01:29:01 -0700 |
commit | c4f0e5c36322b30d39677b76ae0bda677582454e (patch) | |
tree | 3a3d80aeb2d92444e98bc8b0c7a81f6e5a3e9161 /json | |
parent | Tweak MK7A2 mass (diff) | |
download | cataclysm-bn-mod_hk-loadout-c4f0e5c36322b30d39677b76ae0bda677582454e.tar.xz |
Allow the UCP to load the 30 round 4.6mm mag as well
Diffstat (limited to 'json')
-rw-r--r-- | json/items/gun/46.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/gun/46.json b/json/items/gun/46.json index 79f54ec..2bb659d 100644 --- a/json/items/gun/46.json +++ b/json/items/gun/46.json @@ -32,7 +32,7 @@ ], "faults": [ "fault_gun_blackpowder", "fault_gun_dirt", "fault_gun_chamber_spent" ], "magazine_well": 1, - "magazines": [ [ "46", [ "hk46mag", "hk46bigmag" ] ] ] + "magazines": [ [ "46", [ "hk46mag", "hk46midmag", "hk46bigmag" ] ] ] }, { "id": "hk_mp7", |