From 3ebea3690c073e3845c8412488b40041b345bac1 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 16 Sep 2021 15:39:51 -0700 Subject: Fix synthetic blood bar to have two charges, not 2 count. --- vamp_stuff/Modification_Files/Recipes/recipe_blood.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 95df6a7..9ad6a03 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json @@ -102,7 +102,7 @@ "subcategory": "CSC_FOOD_OTHER", "skill_used": "cooking", "difficulty": 3, - "count": 2, + "charges": 2, "time": "30 m", "batch_time_factors": [ 75, 2 ], "book_learn": [ [ "vamp_upgradebook1", 4 ] ], -- cgit v1.2.1