From e0993eb05ce5c1efe59194edcc1ff23d3ce54550 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 19 Jul 2021 07:15:43 -0700 Subject: Fix the tailored tuxedo being marked as made from kevlar instead of leather Remove extraneous pluralization of petticoats --- armor.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'armor.json') diff --git a/armor.json b/armor.json index 7dad1d7..e73505b 100644 --- a/armor.json +++ b/armor.json @@ -598,7 +598,7 @@ "weight": "3050 g", "volume": "11250 ml", "price": 110000, - "material": [ "kevlar", "cotton" ], + "material": [ "leather", "cotton" ], "symbol": "[", "color": "dark_gray", "covers": [ "leg_l", "leg_r", "torso", "arm_l", "arm_r" ], @@ -692,7 +692,7 @@ "type": "ARMOR", "category": "clothing", "id": "petticoat", - "name": { "str": "petticoat", "str_pl": "petticoats" }, + "name": { "str": "petticoat" }, "description": "A type of frilly undergarment worn under skirts to give them more volume. It could also be used to conceal a knife under your skirt, if needed.", "weight": "90 g", "volume": "250 ml", -- cgit v1.2.1