Steam assembler technology should not ignore tech cost multiplier

This commit is contained in:
Simon Brodtmann 2025-03-03 18:41:20 +01:00
parent 1b117be9c6
commit 8e1c774e2a

View file

@ -106,6 +106,6 @@ data:extend({
ingredients = { { "wood-science-pack", 1 } }, ingredients = { { "wood-science-pack", 1 } },
time = 15 time = 15
}, },
ignore_tech_cost_multiplier = true ignore_tech_cost_multiplier = false
} }
}) })