removed sharesborderwith cache

This commit is contained in:
evanpelle
2024-08-10 12:29:35 -07:00
parent ca5cc49763
commit 5efd9f4779
7 changed files with 69 additions and 138 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() / 15,
this.bot.troops() / 5,
this.bot.id(),
toAttack.isPlayer() ? toAttack.id() : null,
null