From 9f0872bec33779dd047d1514c8ca5bfe39efa35a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 16 Jan 2023 09:24:40 -0800 Subject: Fix missing space in dragon skin. --- json/items/armor/ballistic_armor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json') diff --git a/json/items/armor/ballistic_armor.json b/json/items/armor/ballistic_armor.json index fcd6fad..7a23cdf 100644 --- a/json/items/armor/ballistic_armor.json +++ b/json/items/armor/ballistic_armor.json @@ -10,7 +10,7 @@ "id": "dragonskinempty", "copy-from": "dragonskinempty", "type": "ARMOR", - "name": { "str": "dragonskin vest (empty)", "str_pl": "dragonskin vests (empty)" }, + "name": { "str": "dragon skin vest (empty)", "str_pl": "dragon skin vests (empty)" }, "description": "A lamellar Kevlar vest, there are intricately cut voids usually filled with stitched in ceramic disks, you could repair the stitching if needed.", "flags": [ "STURDY", "OUTER" ] } -- cgit v1.2.1