fix traitor bot attack bug

This commit is contained in:
evanpelle
2024-09-19 08:09:43 -07:00
parent 7e986806d7
commit 37e529ac84
+1 -1
View File
@@ -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) {