summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-02 00:38:51 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-02 00:38:51 -0700
commit38ee4293fd342048d268da4aa08b6819a600d906 (patch)
tree08763e3642d7ecb8c07baf94244652665c6e46f1
parentReduce MP5 volume to 1750 ml (diff)
downloadcataclysm-bn-mod_hk-loadout-38ee4293fd342048d268da4aa08b6819a600d906.tar.xz
MP5, not USP
-rw-r--r--json/items/gun/9mm.json8
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"
}
]