diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-14 01:34:04 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-14 01:34:04 -0700 |
commit | fc8138eea89a9172a79f5ffa7b41b5d2289b62df (patch) | |
tree | 33da681e29610da86900b57feb5cb30e9896c5bd | |
parent | Rename the 4.6mm round to DM11 (diff) | |
download | cataclysm-bn-mod_hk-loadout-fc8138eea89a9172a79f5ffa7b41b5d2289b62df.tar.xz |
Switch the MP7 to use a folding stock
The MP7 stock is a collapsing tube which reduces stowed volume, rather than a metal cage which does not.
-rw-r--r-- | json/items/gun/46.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/json/items/gun/46.json b/json/items/gun/46.json index 2bb659d..30f7081 100644 --- a/json/items/gun/46.json +++ b/json/items/gun/46.json @@ -42,6 +42,7 @@ "weight": "1960 g", "volume": "1000 ml", "bashing": 10, + "built_in_mods": [ "folding_stock" ], "magazines": [ [ "46", [ "hk46bigmag", "hk46midmag", "hk46mag" ] ] ] } ] |