diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-02 00:38:51 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-02 00:38:51 -0700 |
commit | 38ee4293fd342048d268da4aa08b6819a600d906 (patch) | |
tree | 08763e3642d7ecb8c07baf94244652665c6e46f1 /json | |
parent | Reduce MP5 volume to 1750 ml (diff) | |
download | cataclysm-bn-mod_hk-loadout-38ee4293fd342048d268da4aa08b6819a600d906.tar.xz |
MP5, not USP
Diffstat (limited to 'json')
-rw-r--r-- | json/items/gun/9mm.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/json/items/gun/9mm.json b/json/items/gun/9mm.json index 445362a..01f06e6 100644 --- a/json/items/gun/9mm.json +++ b/json/items/gun/9mm.json @@ -4,7 +4,13 @@ "copy-from": "usp_9mm", "type": "GUN", "name": { "str": "H&K USP 9mm", "str_pl": "H&K USP 9mm" }, - "weight": "748 g", + "weight": "748 g" + }, + { + "id": "hk_mp5", + "copy-from": "hk_mp5", + "type": "GUN", + "name": { "str": "H&K MP5A2", "str_pl": "H&K MP5A2" }, "volume": "1750 ml" } ] |