updated balance

This commit is contained in:
evanpelle
2024-09-13 15:55:17 -07:00
parent 821132bd35
commit a7f838d442
5 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -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
}
}