From 1a114abb6fdff3e2e89881de8f503b074787c6e3 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 4 Nov 2020 01:24:51 -0800 Subject: Typos --- json/items/gun/223.json | 2 +- json/items/magazine/223.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/json/items/gun/223.json b/json/items/gun/223.json index 87da684..9958dd1 100644 --- a/json/items/gun/223.json +++ b/json/items/gun/223.json @@ -13,5 +13,5 @@ "name": { "str": "H&K G36" }, "description": "Designed as a replacement for the early Heckler & Koch G3 battle rifle, the G36 is more accurate, and uses the much-lighter .223 round, allowing for a higher ammo capacity.", "magazines": [ [ "223", [ "hk_g36_mag", "stanag30", "stanag50", "survivor223mag" ] ] ] - }, + } ] diff --git a/json/items/magazine/223.json b/json/items/magazine/223.json index 79b80cf..a3a866d 100644 --- a/json/items/magazine/223.json +++ b/json/items/magazine/223.json @@ -1,8 +1,8 @@ [ { "id": "hk_g36_mag", + "copy-from": "stanag30", "type": "MAGAZINE", - "copy_from": "stanag30", "name": { "str": "H&K G36 magazine" }, "description": "A 30 round box magazine for the Heckler & Koch G36 rifle.", "weight": "127 g", -- cgit v1.2.1