Don't hide worker robot speed 3 before before level 2 is researched
This commit is contained in:
parent
fc51b26a28
commit
d8c3b5b565
1 changed files with 1 additions and 0 deletions
|
|
@ -224,6 +224,7 @@ robots_speed_technology_3.unit = {
|
||||||
ingredients = { { "automation-science-pack", 1 }, { "logistic-science-pack", 1 }, { "chemical-science-pack", 1 } },
|
ingredients = { { "automation-science-pack", 1 }, { "logistic-science-pack", 1 }, { "chemical-science-pack", 1 } },
|
||||||
time = 30
|
time = 30
|
||||||
}
|
}
|
||||||
|
robots_speed_technology_3.upgrade = false
|
||||||
|
|
||||||
local robots_speed_technology_4 = data.raw.technology["worker-robots-speed-4"]
|
local robots_speed_technology_4 = data.raw.technology["worker-robots-speed-4"]
|
||||||
robots_speed_technology_4.prerequisites = { "worker-robots-speed-3", "utility-science-pack" }
|
robots_speed_technology_4.prerequisites = { "worker-robots-speed-3", "utility-science-pack" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue