Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/js/botc/roles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ export const DemonInfo: CharacterInfo = new CharacterInfo(
DemonInfo.firstNight = {
details: `If there are 7 or more players:<tab>Wake the Demon.
<tab>Show the THESE ARE YOUR MINIONS token. Point to all Minions.
<tab>Show THESE CHARACTERS ARE NOT IN PLAY and three bluffs.`,
<tab>Show THESE CHARACTERS ARE NOT IN PLAY and three bluffs.
<tab>(Optional) Ask WHICH CHARACTER ARE YOU BLUFFING AS?`,
index: nightorder.firstNight("demoninfo"),
};

Expand All @@ -127,7 +128,8 @@ export const NonTeensyDemonInfo: CharacterInfo = new CharacterInfo(
NonTeensyDemonInfo.firstNight = {
details: `Wake the Demon.
Show the THESE ARE YOUR MINIONS token. Point to all Minions.
Show THESE CHARACTERS ARE NOT IN PLAY and three bluffs.`,
Show THESE CHARACTERS ARE NOT IN PLAY and three bluffs.
(Optional) Ask WHICH CHARACTER ARE YOU BLUFFING AS?`,
index: nightorder.firstNight("demoninfo"),
};

Expand Down
1 change: 1 addition & 0 deletions src/js/nightsheet/night_order.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const tokenNames = [
"THIS CHARACTER IS IN PLAY",
"STORM CAUGHT CHARACTER IS NOT IN PLAY",
"DO NOT OPEN YOUR EYES TONIGHT",
"WHICH CHARACTER ARE YOU BLUFFING AS?",
];
// sort by reverse length so we try to match longer names first, to handle
// one name which is a prefix of another correctly
Expand Down