From 634d7c1a3f9510a1d1fe23e4989f293ac1fab335 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 8 Apr 2024 22:34:24 -0700 Subject: Fix some incorrect double-spacing in the reloaded bmg ammo descriptions. --- json/items/ammo/50.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/items/ammo/50.json b/json/items/ammo/50.json index b9ff784..f344b55 100644 --- a/json/items/ammo/50.json +++ b/json/items/ammo/50.json @@ -71,7 +71,7 @@ "copy-from": "50_incendiary", "type": "AMMO", "name": { "str_sp": ".50 BMG M17 tracer, reloaded" }, - "description": "A tracer variant of the powerful .50 BMG round. Tracer rounds help to keep the weapon they are fired from on target at the risk of igniting flammable substances. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.", + "description": "A tracer variant of the powerful .50 BMG round. Tracer rounds help to keep the weapon they are fired from on target at the risk of igniting flammable substances. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.", "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } @@ -91,7 +91,7 @@ "copy-from": "50ss", "type": "AMMO", "name": { "str_sp": ".50 BMG M2 AP, reloaded" }, - "description": "A variant of the .50 BMG round that uses a core of hardened steel. Penetration is increased, but damage is reduced. This one has been hand-reloaded. by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.", + "description": "A variant of the .50 BMG round that uses a core of hardened steel. Penetration is increased, but damage is reduced. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.", "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } -- cgit v1.2.1