From 93ab1e2efccf508d547d62020d41fc5fa704adc1 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 25 Aug 2022 18:09:45 -0700 Subject: Fix powdered blood recipe using both dehydrator and smoker rather than either. --- vamp_stuff/Modification_Files/Recipes/recipe_blood.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vamp_stuff') diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json index 3cc19de..7f9fe25 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json @@ -92,7 +92,7 @@ "batch_time_factors": [ 80, 1 ], "book_learn": [ [ "vamp_upgradebook1", 4 ] ], "qualities": [ { "id": "CHEM", "level": 2 } ], - "tools": [ [ [ "dehydrator", 25 ] ], [ [ "char_smoker", 25 ] ] ], + "tools": [ [ [ "dehydrator", 25 ], [ "char_smoker", 25 ] ] ], "components": [ [ [ "blood", 1 ] ] ] @@ -110,7 +110,7 @@ "batch_time_factors": [ 80, 1 ], "book_learn": [ [ "vamp_upgradebook1", 4 ] ], "qualities": [ { "id": "CHEM", "level": 2 } ], - "tools": [ [ [ "dehydrator", 25 ] ], [ [ "char_smoker", 25 ] ] ], + "tools": [ [ [ "dehydrator", 25 ], [ "char_smoker", 25 ] ] ], "components": [ [ [ "synthblood", 1 ] ] ] -- cgit v1.2.1