From 1556dd82d57260438d91902923b7597e9c3ff7d5 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Mon, 22 Jun 2020 23:53:28 -0700
Subject: Fix the overly large volume on the MP7A2

---
 json/items/gun/46.json | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/json/items/gun/46.json b/json/items/gun/46.json
index 34bd05d..1f84abd 100644
--- a/json/items/gun/46.json
+++ b/json/items/gun/46.json
@@ -33,5 +33,44 @@
     "faults": [ "fault_gun_blackpowder", "fault_gun_dirt", "fault_gun_chamber_spent" ],
     "magazine_well": 1,
     "magazines": [ [ "46", [ "hk46mag", "hk46bigmag" ] ] ]
+  },
+  {
+    "id": "hk_mp7",
+    "looks_like": "hk_mp5",
+    "type": "GUN",
+    "reload_noise_volume": 10,
+    "name": { "str": "H&K MP7A2" },
+    "description": "Designed as a personal defense weapon, the MP7 fires the high-powered 4.6x30mm round while being lightweight, compact in size, and practically recoil free.",
+    "weight": "1800 g",
+    "volume": "1000 ml",
+    "price": 175000,
+    "to_hit": -2,
+    "bashing": 7,
+    "material": [ "steel", "plastic" ],
+    "symbol": "(",
+    "color": "dark_gray",
+    "ammo": "46",
+    "skill": "smg",
+    "dispersion": 260,
+    "durability": 8,
+    "min_cycle_recoil": 81,
+    "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 5 ] ],
+    "built_in_mods": [ "wire_stock" ],
+    "valid_mod_locations": [
+      [ "accessories", 3 ],
+      [ "barrel", 1 ],
+      [ "brass catcher", 1 ],
+      [ "grip", 1 ],
+      [ "mechanism", 4 ],
+      [ "muzzle", 1 ],
+      [ "rail", 1 ],
+      [ "sights", 1 ],
+      [ "sling", 1 ],
+      [ "stock", 1 ],
+      [ "underbarrel", 1 ]
+    ],
+    "faults": [ "fault_gun_blackpowder", "fault_gun_dirt", "fault_gun_chamber_spent" ],
+    "magazine_well": 1,
+    "magazines": [ [ "46", [ "hk46mag", "hk46bigmag" ] ] ]
   }
 ]
-- 
cgit v1.2.1