mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 10:32:41 +00:00
fix traitor bot attack bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user