Add support for Any Planet Start (Fulgora)

This commit is contained in:
Simon Brodtmann 2025-10-01 20:27:15 +02:00
parent 7a8e556469
commit 7f51d8071d
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
local planet = settings.startup["aps-planet"].value
if planet == "fulgora" then
table.merge(HotMetals.skipTechUnlocksFor, {
"low-density-structure",
"steel-plate",
"plastic-bar",
"concrete"
})
end

View file

@ -1,6 +1,7 @@
local modList = { local modList = {
"space-age", "space-age",
"aai-industry", "aai-industry",
"any-planet-start",
"Glass", "Glass",
"planet-muluna" "planet-muluna"
} }