From c5d4915ecf41b6d097a466fce1b048f80d8e97d4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 9 Mar 2021 12:02:22 -0800 Subject: Allow blood hoods to be used with helmets. Fix blood sheaths to use either limb instead of both. Add salt to synthetic blood recipe. --- vamp_stuff/Modification_Files/Items/Misc/v_recipe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vamp_stuff/Modification_Files/Items/Misc') diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json index 5813d4a..cc86351 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json @@ -305,6 +305,6 @@ "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "BOIL", "level": 1 } ], "tools": [ [ [ "water_boiling_heat", 3, "LIST" ] ] ], - "components": [ [ [ "protein_powder", 1 ] ], [ [ "water_clean", 1 ] ], [ [ "sugar", 5 ] ] ] + "components": [ [ [ "protein_powder", 1 ] ], [ [ "water_clean", 1 ] ], [ [ "sugar", 5 ] ], [ [ "salt", 5 ] ] ] } ] -- cgit v1.2.1