diff options
| -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 ] ]      ]  | 
