AAI Industry: Keep the technology changes AAI Industry makes

This commit is contained in:
Simon Brodtmann 2025-02-16 13:36:44 +01:00
parent 289a665c87
commit 34578d283b

View file

@ -161,11 +161,13 @@ if not mods["planet-picker"] then
time = 1 time = 1
} }
local electronics_technology = data.raw.technology["electronics"] if not mods["aai-industry"] then
electronics_technology.prerequisites = { "copper-processing" } local electronics_technology = data.raw.technology["electronics"]
electronics_technology.prerequisites = { "copper-processing" }
local steam_power_technology = data.raw.technology["steam-power"] local steam_power_technology = data.raw.technology["steam-power"]
steam_power_technology.prerequisites = { "iron-processing" } steam_power_technology.prerequisites = { "iron-processing" }
end
local automation_technology = data.raw.technology["automation"] local automation_technology = data.raw.technology["automation"]
automation_technology.ignore_tech_cost_multiplier = false automation_technology.ignore_tech_cost_multiplier = false