diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-24 05:59:28 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-24 05:59:28 -0700 |
commit | 79a2aff6d07413dc933c93d96288cbabc3e7866d (patch) | |
tree | 7ae2fa080a9688ed7e6542889c8d13b9a50c494c /json/items | |
parent | Add PSG1A1 and MSG90A2 sniper rifles (diff) | |
download | cataclysm-bn-mod_hk-loadout-79a2aff6d07413dc933c93d96288cbabc3e7866d.tar.xz |
Typos
Diffstat (limited to 'json/items')
-rw-r--r-- | json/items/gun/308.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/json/items/gun/308.json b/json/items/gun/308.json index e7de193..587753d 100644 --- a/json/items/gun/308.json +++ b/json/items/gun/308.json @@ -1,7 +1,7 @@ [ { "id": "hk_psg1a1", - "copy-from": "rifle_base", + "copy-from": "rifle_manual", "looks_like": "ar15", "type": "GUN", "name": { "str": "H&K PSG1A1", "str_pl": "H&K PSG1A1" }, @@ -26,6 +26,7 @@ "id": "hk_msg90a2", "copy-from": "hk_psg1a1", "looks_like": "hk_psg1a1", + "type": "GUN", "name": { "str": "H&K MSG90A2", "str_pl": "H&K MSG90A2" }, "description": "The H&K MSG90A2 is a semi-automatic sniper rifle based the G3 rifle. It is exceptionally accurate for a semi-automatic rifle. This is the military version.", "weight": "5280 g", @@ -33,5 +34,5 @@ "price": 255000, "barrel_length": "600 ml", "default_mods": [ "rifle_scope", "adjustable_stock", "suppressor" ] - }, + } ] |