From 0a1e570fbe6a290ca072dd1fc02110dccfd5c73b Mon Sep 17 00:00:00 2001 From: Faalagorn Date: Thu, 7 Apr 2022 20:42:35 +0200 Subject: [PATCH] Fix double space in item name --- data/mods/Aftershock/items/armor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mods/Aftershock/items/armor.json b/data/mods/Aftershock/items/armor.json index 556a6b98ced3a..978883521fafe 100644 --- a/data/mods/Aftershock/items/armor.json +++ b/data/mods/Aftershock/items/armor.json @@ -201,7 +201,7 @@ "type": "ARMOR", "category": "armor", "//": "Based on US Army SPCS", - "name": { "str": "empty XL ballistic vest" }, + "name": { "str": "empty XL ballistic vest" }, "description": "Oversized ballistic armor without any armor inserts. The soft armor plate carrier is still protective but it won't stop high energy projectiles.", "weight": "4 kg", "volume": "7 L",