AAI Industry: Keep the technology changes AAI Industry makes
This commit is contained in:
parent
289a665c87
commit
34578d283b
1 changed files with 6 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue