Any planet start: Fix prerequisites for "Tree seeding"

This commit is contained in:
Simon Brodtmann 2025-04-12 20:17:25 +02:00
parent 667678098d
commit aa44117a49

View file

@ -6,6 +6,9 @@ local target_planet = settings.startup["aps-planet"].value
if target_planet == "none" or target_planet == "nauvis" then return end 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 -- Switch planet discovery technology to the new planet
Technology:new("planet-discovery-" .. target_planet) Technology:new("planet-discovery-" .. target_planet)
:assign({ :assign({