Merge pull request #138 from eddgabriel/main

Correct MINION/DEMON
This commit is contained in:
Steffen 2021-03-23 09:15:31 +01:00 committed by GitHub
commit 791cc84d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ export default {
{
id: "evil",
name: "Minion info",
firstNight: 2,
firstNight: 3,
team: "minion",
players: this.players.filter(p => p.role.team === "minion"),
firstNightReminder:
@ -125,7 +125,7 @@ export default {
{
id: "evil",
name: "Demon info & bluffs",
firstNight: 4,
firstNight: 6,
team: "demon",
players: this.players.filter(p => p.role.team === "demon"),
firstNightReminder: