From b41a4fb86d9a24a404d5b8d141aecb429592fa4c Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 4 Oct 2022 18:13:28 -0700 Subject: Change blood leather sheathes to armor/storage. --- vamp_stuff/Modification_Files/Recipes/recipe_armor.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_armor.json b/vamp_stuff/Modification_Files/Recipes/recipe_armor.json index c65d335..47986e1 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_armor.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_armor.json @@ -105,7 +105,7 @@ "result": "bloodwristsheath", "type": "recipe", "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_HANDS", + "subcategory": "CSC_ARMOR_STORAGE", "skill_used": "tailor", "difficulty": 6, "book_learn": [ [ "vamp_darkfashion1", 10 ] ], @@ -121,7 +121,7 @@ "result": "bloodbootsheath", "type": "recipe", "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_FEET", + "subcategory": "CSC_ARMOR_STORAGE", "skill_used": "tailor", "difficulty": 6, "book_learn": [ [ "vamp_darkfashion1", 10 ] ], -- cgit v1.2.1