Don't hide worker robot speed 3 before before level 2 is researched

This commit is contained in:
Simon Brodtmann 2025-11-18 10:04:41 +01:00
parent fc51b26a28
commit d8c3b5b565

View file

@ -224,6 +224,7 @@ robots_speed_technology_3.unit = {
ingredients = { { "automation-science-pack", 1 }, { "logistic-science-pack", 1 }, { "chemical-science-pack", 1 } },
time = 30
}
robots_speed_technology_3.upgrade = false
local robots_speed_technology_4 = data.raw.technology["worker-robots-speed-4"]
robots_speed_technology_4.prerequisites = { "worker-robots-speed-3", "utility-science-pack" }