From 8e1c774e2a8d015a9ac16d608e0b1b9d0808d0f3 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Mon, 3 Mar 2025 18:41:20 +0100 Subject: [PATCH] Steam assembler technology should not ignore tech cost multiplier --- lignumis/prototypes/content/steam-assembling-machine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lignumis/prototypes/content/steam-assembling-machine.lua b/lignumis/prototypes/content/steam-assembling-machine.lua index f1db17e..208a99a 100644 --- a/lignumis/prototypes/content/steam-assembling-machine.lua +++ b/lignumis/prototypes/content/steam-assembling-machine.lua @@ -106,6 +106,6 @@ data:extend({ ingredients = { { "wood-science-pack", 1 } }, time = 15 }, - ignore_tech_cost_multiplier = true + ignore_tech_cost_multiplier = false } })