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) {