diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-24 11:50:43 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-24 11:50:43 -0700 |
commit | 7287bb427e2538c958cc03398902d29c0f173b1a (patch) | |
tree | 39e738acd39bb3ceb52bb4e51a91a1751bfe79b7 /json | |
parent | Fix 416 naming (diff) | |
download | cataclysm-bn-mod_hk-loadout-7287bb427e2538c958cc03398902d29c0f173b1a.tar.xz |
Adjust MP5K-PDW volume downwards just like the MP5A2
Diffstat (limited to 'json')
-rw-r--r-- | json/items/gun/9mm.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/json/items/gun/9mm.json b/json/items/gun/9mm.json index 01f06e6..55a232c 100644 --- a/json/items/gun/9mm.json +++ b/json/items/gun/9mm.json @@ -12,5 +12,12 @@ "type": "GUN", "name": { "str": "H&K MP5A2", "str_pl": "H&K MP5A2" }, "volume": "1750 ml" + }, + { + "id": "hk_mp5", + "copy-from": "hk_mp5", + "type": "GUN", + "name": { "str": "H&K MP5K-PDW", "str_pl": "H&K MP5K-PDW" }, + "volume": "1250 ml" } ] |