From 82ea32b7e214fb8d2ff2ed6fbbc069cd093a2a79 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Mon, 5 Jan 2026 12:49:53 +0100 Subject: [PATCH] Increase steam from moist-stromatolite-remnant a tiny bit --- 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 6d6cf85..f705b0c 100644 --- a/lignumis/prototypes/content/gold/stromatolite.lua +++ b/lignumis/prototypes/content/gold/stromatolite.lua @@ -249,7 +249,7 @@ local desiccation_recipe = { ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 10 } }, results = { { type = "item", name = "peat", amount = 1 }, - { type = "fluid", name = "steam", amount = 150, temperature = 165 } + { type = "fluid", name = "steam", amount = 180, temperature = 165 } }, enabled = false }