mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-06 23:26:47 +00:00
updated balance
This commit is contained in:
@@ -62,7 +62,7 @@ export class BotExecution implements Execution {
|
||||
const owner = toAttack.owner()
|
||||
if (owner.isPlayer()) {
|
||||
if (owner.type() == PlayerType.FakeHuman) {
|
||||
if (!this.random.chance(4)) {
|
||||
if (!this.random.chance(2)) {
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user