Mark Any planet start and Planet picker as incompatible

This commit is contained in:
Simon Brodtmann 2025-03-12 20:16:43 +01:00
parent 9a89515b81
commit c7885afe34
12 changed files with 202 additions and 236 deletions

View file

@ -37,7 +37,6 @@ end
-- Initialize the freeplay scenario
local function init_freeplay(event)
if script.active_mods["planet-picker"] or script.active_mods["any-planet-start"] then return end
if storage.crashed_ship_lignumis then return end
local player = game.get_player(event.player_index)