From a107155ecca5d2df06594a9ce8ada40acfeb3433 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Wed, 26 Feb 2025 09:53:08 +0100 Subject: [PATCH] moist-stromatolite-remnant-desiccation gives 50% more steam --- lignumis/prototypes/content/gold/stromatolite.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lignumis/prototypes/content/gold/stromatolite.lua b/lignumis/prototypes/content/gold/stromatolite.lua index 4709545..1f15f50 100644 --- a/lignumis/prototypes/content/gold/stromatolite.lua +++ b/lignumis/prototypes/content/gold/stromatolite.lua @@ -248,7 +248,7 @@ local desiccation_recipe = { ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 6 } }, results = { { type = "item", name = "peat", amount = 1 }, - { type = "fluid", name = "steam", amount = 60, temperature = 165 } + { type = "fluid", name = "steam", amount = 90, temperature = 165 } }, enabled = false }