diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-02-06 05:14:40 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-02-06 05:14:40 -0800 |
commit | 91ae26e7e05fbc592df2fdf07f3f1b98b538f232 (patch) | |
tree | 22affe29499f9d1ba79359e1a40b977e26cb5a72 /vamp_stuff | |
parent | More to-dos for the readme. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-91ae26e7e05fbc592df2fdf07f3f1b98b538f232.tar.xz |
Fix more pluralizations.
Diffstat (limited to 'vamp_stuff')
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 4 |
1 files 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", |