summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-09-07 14:12:05 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-09-07 14:12:05 -0700
commit768c52e1908fdb9dc50a1ca66e23667c3752fe8c (patch)
treed2d8f262872651eff0cc937f3f8454d7b5073d6b
parentFix powdered blood recipe using both dehydrator and smoker rather than either. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-768c52e1908fdb9dc50a1ca66e23667c3752fe8c.tar.xz
Fix blood ammunintion categories.
-rw-r--r--vamp_stuff/Modification_Files/Recipes/recipe_ammo.json7
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,