From 7287bb427e2538c958cc03398902d29c0f173b1a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 24 Apr 2021 11:50:43 -0700 Subject: Adjust MP5K-PDW volume downwards just like the MP5A2 --- json/items/gun/9mm.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'json/items/gun') 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" } ] -- cgit v1.2.1