From 38aa87602c0bda5631fd617316ad8bf85dcdad44 Mon Sep 17 00:00:00 2001 From: actually-a-cat <102094270+actually-a-cat@users.noreply.github.com> Date: Sat, 23 Dec 2023 21:48:34 +0100 Subject: [PATCH] Fix yield of crafting hydrogen peroxide --- data/json/recipes/recipe_medsandchemicals.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/recipes/recipe_medsandchemicals.json b/data/json/recipes/recipe_medsandchemicals.json index a8b0a59976d1c..d87e3bf8772b9 100644 --- a/data/json/recipes/recipe_medsandchemicals.json +++ b/data/json/recipes/recipe_medsandchemicals.json @@ -1034,7 +1034,7 @@ "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 1 } ], "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], "components": [ [ [ "chem_hydrogen_peroxide_conc", 1 ] ], [ [ "water", 4 ], [ "water_clean", 4 ] ] ], - "charges": 5 + "charges": 50 }, { "type": "recipe",