diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-11-13 01:41:52 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-11-13 01:41:52 -0800 |
commit | 52894bbfe44c85148308eddf63114fcceddea318 (patch) | |
tree | fd4a9aef1ed6f8521ad3ac2ead9d8c71e4220a74 | |
parent | Clean up prices, add postapoc prices. (diff) | |
download | cataclysm-bn-mod_hk-loadout-52894bbfe44c85148308eddf63114fcceddea318.tar.xz |
Updated magazine_well for 2021-11-11-1246
-rw-r--r-- | json/items/gun/46.json | 2 | ||||
-rw-r--r-- | json/items/gun/473.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/json/items/gun/46.json b/json/items/gun/46.json index fd877ee..64f4a38 100644 --- a/json/items/gun/46.json +++ b/json/items/gun/46.json @@ -32,7 +32,7 @@ [ "underbarrel", 1 ] ], "faults": [ "fault_gun_blackpowder", "fault_gun_dirt", "fault_gun_chamber_spent" ], - "magazine_well": 1, + "magazine_well": "250 ml", "magazines": [ [ "46", [ "hk46mag", "hk46midmag", "hk46bigmag" ] ] ] }, { diff --git a/json/items/gun/473.json b/json/items/gun/473.json index cc72d7f..9664a21 100644 --- a/json/items/gun/473.json +++ b/json/items/gun/473.json @@ -31,7 +31,7 @@ [ "stock", 1 ], [ "underbarrel", 1 ] ], - "magazine_well": 2, + "magazine_well": "500 ml", "default_mods": [ "acog_scope" ], "magazines": [ [ "473", [ "hk_g11_mag" ] ] ], "flags": [ "NEVER_JAMS" ] |