Skip to content

Commit

Permalink
Grouch Fix (#1784)
Browse files Browse the repository at this point in the history
Co-authored-by: SawJester <[email protected]>
  • Loading branch information
SawJester and SawJester authored Dec 14, 2024
1 parent afd7200 commit a1bc032
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Games/types/Mafia/roles/Independent/Grouch.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ module.exports = class Grouch extends Role {
super("Grouch", player, data);

this.alignment = "Independent";
//Grouch is not Hostile so it should not contest win.
this.winCount = "Village";
this.cards = ["VillageCore", "WinIfAliveWhenVillageLose"];
}
};

0 comments on commit a1bc032

Please sign in to comment.