diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-09-07 14:12:05 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-09-07 14:12:05 -0700 |
commit | 768c52e1908fdb9dc50a1ca66e23667c3752fe8c (patch) | |
tree | d2d8f262872651eff0cc937f3f8454d7b5073d6b /vamp_stuff/Modification_Files | |
parent | Fix powdered blood recipe using both dehydrator and smoker rather than either. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-768c52e1908fdb9dc50a1ca66e23667c3752fe8c.tar.xz |
Fix blood ammunintion categories.
Diffstat (limited to 'vamp_stuff/Modification_Files')
-rw-r--r-- | vamp_stuff/Modification_Files/Recipes/recipe_ammo.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json b/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json index 8ecc422..33b2083 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json @@ -2,8 +2,8 @@ { "result": "pelletblood", "type": "recipe", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_MATERIALS", + "category": "CC_AMMO", + "subcategory": "CSC_AMMO_COMPONENTS", "skill_used": "cooking", "skills_required": [ "fabrication", 0 ], "difficulty": 0, @@ -17,6 +17,7 @@ "result": "bloodyshaky", "type": "recipe", "category": "CC_AMMO", + "subcategory": "CSC_AMMO_OTHER", "skill_used": "cooking", "skills_required": [ "fabrication", 0 ], "difficulty": 0, @@ -29,6 +30,7 @@ "result": "bloodypressure", "type": "recipe", "category": "CC_AMMO", + "subcategory": "CSC_AMMO_OTHER", "skill_used": "cooking", "skills_required": [ "fabrication", 0 ], "difficulty": 0, @@ -44,6 +46,7 @@ "result": "bloodyinfect", "type": "recipe", "category": "CC_AMMO", + "subcategory": "CSC_AMMO_OTHER", "skill_used": "cooking", "skills_required": [ "fabrication", 0 ], "difficulty": 0, |