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

@@ -87,6 +87,7 @@ public class Planets{
};
campaignRuleDefaults.fog = true;
campaignRuleDefaults.showSpawns = true;
campaignRuleDefaults.rtsAI = true;
unlockedOnLand.add(Blocks.coreBastion);
}};
@@ -148,6 +149,7 @@ public class Planets{
r.showSpawns = false;
r.coreDestroyClear = true;
};
showRtsAIRule = true;
iconColor = Color.valueOf("7d4dff");
atmosphereColor = Color.valueOf("3c1b8f");
atmosphereRadIn = 0.02f;