Re-added option for RTS AI on Serpulo (likely buggy)

This commit is contained in:
Anuken
2025-04-12 00:34:49 -04:00
parent c096c5858e
commit da729c3ffd
6 changed files with 29 additions and 1 deletions

View File

@@ -69,6 +69,10 @@ public class CampaignRulesDialog extends BaseDialog{
check("@rules.showspawns", b -> rules.showSpawns = b, () -> rules.showSpawns);
check("@rules.randomwaveai", b -> rules.randomWaveAI = b, () -> rules.randomWaveAI);
if(planet.showRtsAIRule){
check("@rules.rtsai.campaign", b -> rules.rtsAI = b, () -> rules.rtsAI);
}
//TODO: this is intentionally hidden until the new mechanics have been well-tested. I don't want people immediately switching to the old mechanics
if(planet.allowLegacyLaunchPads){
// check("@rules.legacylaunchpads", b -> rules.legacyLaunchPads = b, () -> rules.legacyLaunchPads);