rebalance difficulties

This commit is contained in:
Evan
2025-02-08 20:59:44 -08:00
parent 4f4b6adb80
commit 4182eaa449
3 changed files with 13 additions and 15 deletions
+3 -2
View File
@@ -27,6 +27,7 @@ export class BotExecution implements Execution {
init(mg: Game, ticks: number) {
this.mg = mg;
this.bot.setTargetTroopRatio(0.7);
// this.neighborsTerra = this.bot.neighbors().filter(n => n == this.gs.terraNullius()).length > 0
}
@@ -103,8 +104,8 @@ export class BotExecution implements Execution {
this.bot.id(),
toAttack.isPlayer() ? toAttack.id() : null,
null,
null,
),
null
)
);
}