From a15865e41aabebcd18631e32705aac20f3a71691 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 20 Nov 2023 17:33:23 -0800 Subject: Add round information to the name of some magazines missing it. --- json/items/magazine/473.json | 2 +- json/items/magazine/9mm.json | 2 +- 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" ], -- cgit v1.2.1