mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
Changing Dawn's order
This commit is contained in:
parent
474b289ad2
commit
06bb05aff2
1 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ export default {
|
|||
rolesFirstNight.push({
|
||||
id: "dawn",
|
||||
name: this.locale.modal.nightOrder.dawn,
|
||||
firstNight: 60,
|
||||
firstNight: 1000,
|
||||
team: "default",
|
||||
players: [],
|
||||
firstNightReminder: this.locale.modal.nightOrder.dawnDescription1,
|
||||
|
@ -221,7 +221,7 @@ export default {
|
|||
id: "dawn",
|
||||
name: this.locale.modal.nightOrder.dawn,
|
||||
team: "default",
|
||||
otherNight: 79,
|
||||
otherNight: 1000,
|
||||
players: [],
|
||||
otherNightReminder: this.locale.modal.nightOrder.dawnDescription2,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue