Add compatibility for "Any planet start" (Vulcanus)

This commit is contained in:
Simon Brodtmann 2025-03-28 00:24:51 +01:00
parent d15f877fe1
commit c5d94ec0b9
13 changed files with 89 additions and 40 deletions

View file

@ -0,0 +1,5 @@
storage.target_planet = settings.startup["lignumis-second-planet"].value or "nauvis"
if script.active_mods["any-planet-start"] then
storage.target_planet = settings.startup["aps-planet"].value ~= "none" and settings.startup["aps-planet"].value or storage.target_planet
end