-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug Fixes + Insightful rework + Added Host to Wacky Words and Liars D…
…ice, + Added Governor to Wacky Words (#1771) Fixed some roles not working if dawn/dusk occurs. Paparazzo only reveals to mafia Insightful now learns instantly. Host in Wacky Words can choose the Prompts. Governor turns Wacky Words into Acrotopia Host in Liars Dice does nothing but It can watch the game while being able to chat. --------- Co-authored-by: SawJester <[email protected]>
- Loading branch information
Showing
106 changed files
with
4,758 additions
and
431 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
const Role = require("../../Role"); | ||
|
||
module.exports = class Host extends Role { | ||
constructor(player, data) { | ||
super("Host", player, data); | ||
|
||
this.alignment = "Host"; | ||
this.cards = ["TownCore"]; | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.