From e0cba64af8d6094bea6868b1778d3b9f2a72dbf0 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 25 Jan 2022 20:39:01 -0800 Subject: Fix the maid's whip to be under ranged. Fix the maid's claws to be under cutting. --- recipes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes.json b/recipes.json index 40e09ee..1325fff 100644 --- a/recipes.json +++ b/recipes.json @@ -792,7 +792,7 @@ "type": "recipe", "result": "spiked_whip", "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_BASHING", + "subcategory": "CSC_WEAPON_RANGED", "skill_used": "fabrication", "difficulty": 6, "time": "4 h", @@ -860,7 +860,7 @@ "type": "recipe", "result": "maid_claw", "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_PIERCING", + "subcategory": "CSC_WEAPON_CUTTING", "skill_used": "fabrication", "difficulty": 7, "skills_required": [ "melee", 5 ], -- cgit v1.2.1