From 0c0234270a47b36ae55926841e2a9c7d1f63e570 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Wed, 22 Jul 2020 15:27:00 -0700
Subject: Fix names for HK416 and HK416 rifles and mags

---
 json/items/gun/223.json | 9 +++++++++
 json/items/gun/308.json | 7 +++++++
 2 files changed, 16 insertions(+)
 create mode 100644 json/items/gun/223.json

(limited to 'json/items/gun')

diff --git a/json/items/gun/223.json b/json/items/gun/223.json
new file mode 100644
index 0000000..9bfdd82
--- /dev/null
+++ b/json/items/gun/223.json
@@ -0,0 +1,9 @@
+[
+  {
+    "id": "h&k416a5",
+    "copy-from": "h&k416a5",
+    "type": "GUN",
+    "name": { "str": "H&K HK416 A5" },
+    "description": "Designed to replace the M4A1, the Heckler and Koch HK416A5 features most of the former's strengths, while being considerably more durable."
+  }
+]
diff --git a/json/items/gun/308.json b/json/items/gun/308.json
index 587753d..707bbb4 100644
--- a/json/items/gun/308.json
+++ b/json/items/gun/308.json
@@ -1,4 +1,11 @@
 [
+  {
+    "id": "hk417_13",
+    "copy-from": "hk417_13",
+    "type": "GUN",
+    "name": { "str": "H&K HK417 A2" },
+    "description": "A German battle rifle with a 13\" barrel and telescopic stock.  It is a gas operated, rotating bolt rifle with a short-stroke piston design similar to that of the G36."
+  },
   {
     "id": "hk_psg1a1",
     "copy-from": "rifle_manual",
-- 
cgit v1.2.1