From 90689a3cbae853ea46f33bc88b92ca95b7af01e7 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Tue, 11 May 2021 01:16:20 -0700
Subject: Fix G36 drum mag name Update Readme

---
 json/items/magazine/223.json | 9 +++++++++
 1 file changed, 9 insertions(+)

(limited to 'json/items')

diff --git a/json/items/magazine/223.json b/json/items/magazine/223.json
index 5e30602..39cb92c 100644
--- a/json/items/magazine/223.json
+++ b/json/items/magazine/223.json
@@ -10,5 +10,14 @@
     "description": "A standard capacity box magazine for use with the H&K G36 assault rifle.",
     "ammo_type": "223",
     "reliability": 9
+  },
+  {
+    "id": "g36mag_100rd",
+    "copy-from": "stanag100drum",
+    "looks_like": "stanag30",
+    "type": "MAGAZINE",
+    "name": { "str": "H&K G36 100-round double drum magazine" },
+    "description": "A bulky 100-round double drum magazine for use with the H&K G36 assault rifle.",
+    "ammo_type": "223"
   }
 ]
-- 
cgit v1.2.1