diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-08-25 18:09:45 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-08-25 18:09:45 -0700 |
commit | 93ab1e2efccf508d547d62020d41fc5fa704adc1 (patch) | |
tree | 714c82d16acad17d67296c197f1437bbf4408708 /vamp_stuff | |
parent | Typo. (diff) | |
download | cataclysm-dda-mod_vampire-stuff-redone-93ab1e2efccf508d547d62020d41fc5fa704adc1.tar.xz |
Fix powdered blood recipe using both dehydrator and smoker rather than either.
Diffstat (limited to 'vamp_stuff')
-rw-r--r-- | vamp_stuff/Modification_Files/Recipes/recipe_blood.json | 4 |
1 files changed, 2 insertions, 2 deletions
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 ] ] ] |