summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-27 13:08:13 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-27 13:08:13 -0700
commit06450f674ac158a4dc7824ea7548d9bad223f909 (patch)
treebcaf5c69ee2794eee43a4ab4778687e1196cd510
parentReduce duplication of item references (diff)
downloadcataclysm-dda-mod_hk-loadout-06450f674ac158a4dc7824ea7548d9bad223f909.tar.xz
Fix typos in 9mm and 45 magazines
-rw-r--r--json/items/gun/40.json2
-rw-r--r--json/items/magazine/45.json6
-rw-r--r--json/items/magazine/9mm.json14
3 files changed, 8 insertions, 14 deletions
diff --git a/json/items/gun/40.json b/json/items/gun/40.json
index ac4bd96..ac04b12 100644
--- a/json/items/gun/40.json
+++ b/json/items/gun/40.json
@@ -7,5 +7,5 @@
"weight": "748 g",
"ammo": "40",
"magazines": [ [ "40", [ "usp40mag" ] ] ]
-}
+ }
]
diff --git a/json/items/magazine/45.json b/json/items/magazine/45.json
index 3988982..a753757 100644
--- a/json/items/magazine/45.json
+++ b/json/items/magazine/45.json
@@ -1,12 +1,10 @@
[
{
"id": "ump45mag",
- "looks_like": "ump45mag",
+ "copy-from": "ump45mag",
"type": "MAGAZINE",
"name": { "str": "H&K UMP45 magazine" },
- "description": "A standard 25-round box magazine for use with the H&K UMP45 SMG.",
- "symbol": "#",
- "ammo_type": "45"
+ "description": "A standard 25-round box magazine for use with the H&K UMP45 SMG."
},
{
"id": "ump45_makeshiftmag",
diff --git a/json/items/magazine/9mm.json b/json/items/magazine/9mm.json
index 89a401c..b338aeb 100644
--- a/json/items/magazine/9mm.json
+++ b/json/items/magazine/9mm.json
@@ -3,22 +3,18 @@
"id": "usp9mag",
"copy-from": "usp9mag",
"type": "MAGAZINE",
- "name": { "str": "H&K USP 9mm magazine" },
- "ammo_type": "9mm"
+ "name": { "str": "H&K USP 9mm magazine" }
},
{
"id": "mp5mag",
- "copy-from": "usp9mag",
- "//": "Tileset whitelist for SMG magazines",
+ "copy-from": "mp5mag",
"type": "MAGAZINE",
- "name": { "str": "H&K MP5 magazine" },
- "ammo_type": "9mm"
+ "name": { "str": "H&K MP5 magazine" }
},
{
"id": "mp5bigmag",
- "copy-from": "usp9mag",
+ "copy-from": "mp5bigmag",
"type": "MAGAZINE",
- "name": { "str": "H&K MP5 extended magazine" },
- "ammo_type": "9mm"
+ "name": { "str": "H&K MP5 extended magazine" }
}
]