summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Readme.txt1
-rw-r--r--json/items/gun/9mm.json7
2 files changed, 8 insertions, 0 deletions
diff --git a/Readme.txt b/Readme.txt
index 6c6a7b6..d9ca439 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -25,6 +25,7 @@ USP .45
Item Volumes tweaked:
(None of the volumes make much sense. At least this way they are more uniform.)
MP5 A2
+MP5 K-PDW
MP7 A5
Item Migrations negated:
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"
}
]