summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-16 09:24:40 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-16 09:24:40 -0800
commit9f0872bec33779dd047d1514c8ca5bfe39efa35a (patch)
tree57653dd1ccf6391bfdb3432dba8b9e5af896718d
parentRevert removal of the dragonskin vest. (diff)
downloadcataclysm-bn-mod_mbr-vests-return-9f0872bec33779dd047d1514c8ca5bfe39efa35a.tar.xz
Fix missing space in dragon skin.
-rw-r--r--json/items/armor/ballistic_armor.json2
1 files changed, 1 insertions, 1 deletions
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" ]
}