Any planet start: Fix prerequisites for "Tree seeding"
This commit is contained in:
parent
667678098d
commit
aa44117a49
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ local target_planet = settings.startup["aps-planet"].value
|
|||
|
||||
if target_planet == "none" or target_planet == "nauvis" then return end
|
||||
|
||||
Technology:new("tree-seeding"):setPrerequisites({ "wood-science-pack" })
|
||||
|
||||
|
||||
-- Switch planet discovery technology to the new planet
|
||||
Technology:new("planet-discovery-" .. target_planet)
|
||||
:assign({
|
||||
|
|
Loading…
Add table
Reference in a new issue