bugfix: bots were not losing troops in attack. rebalanced difficulties.

This commit is contained in:
Evan
2025-02-13 11:50:15 -08:00
parent 0b9ab34b63
commit 64d13a46bd
4 changed files with 8 additions and 8 deletions
-2
View File
@@ -103,8 +103,6 @@ export class BotExecution implements Execution {
this.bot.troops() / 20,
this.bot.id(),
toAttack.isPlayer() ? toAttack.id() : null,
null,
null,
),
);
}