diff --git a/src/core/execution/FakeHumanExecution.ts b/src/core/execution/FakeHumanExecution.ts index 518d9417e..105418072 100644 --- a/src/core/execution/FakeHumanExecution.ts +++ b/src/core/execution/FakeHumanExecution.ts @@ -141,7 +141,7 @@ export class FakeHumanExecution implements Execution { } shouldDiscourageAttack(other: Player) { - if (other.isTraitor) { + if (other.isTraitor()) { return false } const difficulty = this.mg.config().gameConfig().difficulty