diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-11-04 01:24:51 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-11-04 01:24:51 -0800 |
commit | 1a114abb6fdff3e2e89881de8f503b074787c6e3 (patch) | |
tree | fa67bd9e8fdd94c0de3dc7f81479bb05cff8881c /json/items | |
parent | Add the stock G36 magazine (diff) | |
download | cataclysm-bn-mod_hk-loadout-1a114abb6fdff3e2e89881de8f503b074787c6e3.tar.xz |
Typos
Diffstat (limited to 'json/items')
-rw-r--r-- | json/items/gun/223.json | 2 | ||||
-rw-r--r-- | 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", |