Skip to content

Commit

Permalink
hotfix: judge p2
Browse files Browse the repository at this point in the history
  • Loading branch information
Golbolco authored Dec 23, 2023
1 parent 9788db5 commit a75e4f2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Games/types/Mafia/roles/cards/CourtSession.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ module.exports = class CourtSession extends Card {
if (action.target === this.target) {
return;
}

// Only one village vote can be overthrown
action.cancel(true);
break;
}
}

Expand Down Expand Up @@ -90,7 +86,7 @@ module.exports = class CourtSession extends Card {
if (!this.player.alive) {
return true;
}
return true;
else return false;
},
},
};
Expand Down

0 comments on commit a75e4f2

Please sign in to comment.