Removed RTS AI difficulty modifier

This commit is contained in:
Anuken
2024-09-26 11:44:48 -04:00
parent 3b3257f376
commit cfbbee8746
4 changed files with 0 additions and 23 deletions

View File

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