Skip to content

Commit

Permalink
Hound Fix (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
SawJester authored Nov 19, 2024
1 parent 995d5d9 commit 5f62850
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Games/types/Mafia/roles/cards/WinWithHounds.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ module.exports = class WinWithHounds extends Card {
this.winCheck = {
priority: PRIORITY_WIN_CHECK_DEFAULT,
check: function (counts, winners, aliveCount) {
if (!this.player.alive) {
return;
}

// win with majority
const numHoundAlive = this.game.players.filter(
(p) => p.alive && p.role.name == "Hellhound"
Expand Down

0 comments on commit 5f62850

Please sign in to comment.