This commit is contained in:
evanpelle
2024-08-10 11:32:06 -07:00
parent a3be77dff8
commit ca5cc49763
4 changed files with 78 additions and 85 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export class BotExecution implements Execution {
const toAttack = ns[this.random.nextInt(0, ns.length)]
this.gs.addExecution(new AttackExecution(
this.bot.troops() / 5,
this.bot.troops() / 15,
this.bot.id(),
toAttack.isPlayer() ? toAttack.id() : null,
null