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",
|
id: "evil",
|
||||||
name: "Minion info",
|
name: "Minion info",
|
||||||
firstNight: 2,
|
firstNight: 3,
|
||||||
team: "minion",
|
team: "minion",
|
||||||
players: this.players.filter(p => p.role.team === "minion"),
|
players: this.players.filter(p => p.role.team === "minion"),
|
||||||
firstNightReminder:
|
firstNightReminder:
|
||||||
|
@ -125,7 +125,7 @@ export default {
|
||||||
{
|
{
|
||||||
id: "evil",
|
id: "evil",
|
||||||
name: "Demon info & bluffs",
|
name: "Demon info & bluffs",
|
||||||
firstNight: 4,
|
firstNight: 6,
|
||||||
team: "demon",
|
team: "demon",
|
||||||
players: this.players.filter(p => p.role.team === "demon"),
|
players: this.players.filter(p => p.role.team === "demon"),
|
||||||
firstNightReminder:
|
firstNightReminder:
|
||||||
|
|
Loading…
Reference in New Issue