summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-20 17:33:23 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-20 17:33:23 -0800
commita15865e41aabebcd18631e32705aac20f3a71691 (patch)
tree355ae21a3f088ef7a35f556c194d54c6a2399216
parentFix nested hk45 having a p30 .40 (diff)
downloadcataclysm-bn-mod_hk-loadout-a15865e41aabebcd18631e32705aac20f3a71691.tar.xz
Add round information to the name of some magazines missing it.
-rw-r--r--json/items/magazine/473.json2
-rw-r--r--json/items/magazine/9mm.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/json/items/magazine/473.json b/json/items/magazine/473.json
index 2806ab0..0a4cac7 100644
--- a/json/items/magazine/473.json
+++ b/json/items/magazine/473.json
@@ -3,7 +3,7 @@
"id": "hk_g11_mag",
"looks_like": "8x40_50_mag",
"type": "MAGAZINE",
- "name": { "str": "H&K G11 magazine" },
+ "name": { "str": "H&K G11 50-round magazine" },
"description": "A 50 round box magazine for use with the Heckler & Koch G11 caseless assault rifle.",
"weight": "100 g",
"volume": "500 ml",
diff --git a/json/items/magazine/9mm.json b/json/items/magazine/9mm.json
index afcc663..3c60198 100644
--- a/json/items/magazine/9mm.json
+++ b/json/items/magazine/9mm.json
@@ -179,7 +179,7 @@
"id": "ump9mag",
"copy-from": "ump45mag",
"type": "MAGAZINE",
- "name": { "str": "H&K UMP9 magazine" },
+ "name": { "str": "H&K UMP9 30-round magazine" },
"description": "A standard 30-round curved box magazine for use with the Heckler & Koch UMP9 SMG.",
"weight": "200 g",
"ammo_type": [ "9mm" ],