From 38ee4293fd342048d268da4aa08b6819a600d906 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 2 Apr 2021 00:38:51 -0700 Subject: MP5, not USP --- json/items/gun/9mm.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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" } ] -- cgit v1.2.1