Compare commits

...

2 commits

Author SHA1 Message Date
Simon Brodtmann
8e1c774e2a Steam assembler technology should not ignore tech cost multiplier 2025-03-03 18:41:20 +01:00
Simon Brodtmann
1b117be9c6 AAI Loaders: Add missing translation 2025-03-03 18:40:55 +01:00
2 changed files with 2 additions and 1 deletions

View file

@ -129,6 +129,7 @@ basic-repair-pack=Basic repair pack
basic-radar=Basic radar
active-noise-cancelling=Active noise cancelling
quality-assembler=Quality assembler
aai-wood-loader=Wood loader
[technology-description]
wood-science-pack=Allows research of basic technologies based on wood products.

View file

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