mirror of https://github.com/bra1n/townsquare.git
Correct MINION/DEMON
Correct MINION/DEMON info locations in night order
This commit is contained in:
parent
5733990205
commit
ca475f3af2
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue