diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-25 20:39:01 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-25 20:39:01 -0800 |
commit | e0cba64af8d6094bea6868b1778d3b9f2a72dbf0 (patch) | |
tree | 37246fd20c6f2f6b9e66339d20cf6fceba392ead /recipes.json | |
parent | Fix the maid's broom not being piercing. (diff) | |
download | cataclysm-dda-mod_battle-maid-redone-e0cba64af8d6094bea6868b1778d3b9f2a72dbf0.tar.xz |
Fix the maid's whip to be under ranged.
Fix the maid's claws to be under cutting.
Diffstat (limited to 'recipes.json')
-rw-r--r-- | recipes.json | 4 |
1 files 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 ], |