From 91ae26e7e05fbc592df2fdf07f3f1b98b538f232 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 6 Feb 2023 05:14:40 -0800 Subject: Fix more pluralizations. --- vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index 2737121..ee0dbd1 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -86,7 +86,7 @@ "id": "compactsheet", "type": "GENERIC", "category": "spare_parts", - "name": { "str": "blood leather patch" }, + "name": { "str": "blood leather patch", "str_pl": "blood leather patches" }, "description": "A patch of fabric made from powdered blood. While initially known for its aesthetic qualities, blood leather has proven comparable to kevlar for use in body armor.", "weight": "250 g", "volume": "250 ml", @@ -99,7 +99,7 @@ "id": "stickyblood", "type": "GENERIC", "category": "spare_parts", - "name": { "str": "concentrated blood" }, + "name": { "str_sp": "concentrated blood" }, "description": "A sticky glob of concentrated blood.", "weight": "250 g", "volume": "250 ml", -- cgit v1.2.1