From 37e529ac846f46364979bd49a3937d564b43aa10 Mon Sep 17 00:00:00 2001 From: evanpelle Date: Thu, 19 Sep 2024 08:09:43 -0700 Subject: [PATCH] fix traitor bot attack bug --- src/core/execution/BotExecution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/execution/BotExecution.ts b/src/core/execution/BotExecution.ts index 29ac9aabc..f9e2f7182 100644 --- a/src/core/execution/BotExecution.ts +++ b/src/core/execution/BotExecution.ts @@ -52,8 +52,8 @@ export class BotExecution implements Execution { if (traitors.length > 0) { if (this.random.chance(2)) { this.sendAttack(this.random.randElement(traitors)) + return } - return } if (this.neighborsTerraNullius) {