mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-11 15:08:10 +00:00
add traitor icon, bots don't ally traitors
This commit is contained in:
@@ -41,7 +41,11 @@ export class BotExecution implements Execution {
|
||||
}
|
||||
|
||||
this.bot.incomingAllianceRequests().forEach(ar => {
|
||||
ar.accept()
|
||||
if (ar.requestor().isTraitor()) {
|
||||
ar.reject()
|
||||
} else {
|
||||
ar.accept()
|
||||
}
|
||||
})
|
||||
|
||||
if (this.neighborsTerraNullius) {
|
||||
|
||||
Reference in New Issue
Block a user