From 23d0a868571e454af71aa61dbf526be31bae1c42 Mon Sep 17 00:00:00 2001 From: PreLeyZero Date: Sat, 18 Jun 2022 00:17:48 +0200 Subject: [PATCH] fix dirty water solution --- prototypes/fi_recipes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/fi_recipes.lua b/prototypes/fi_recipes.lua index 894b49e..7c8319a 100644 --- a/prototypes/fi_recipes.lua +++ b/prototypes/fi_recipes.lua @@ -1617,7 +1617,7 @@ data:extend({ }, results = { {type="fluid", name="el_dirty_water", amount=1000}, - {type="item", name="fi_materials_dirty_solution", amount=1}, + {type="item", name="fi_materials_empty_solution", amount=1}, }, result_count = 1, energy_required = 0.2,