mirror of https://github.com/bra1n/townsquare.git
added deus ex fiasco and fixed stormcatcher icon
This commit is contained in:
parent
f7eef3f8ea
commit
3c0704db59
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 166 KiB |
|
@ -268,9 +268,12 @@ export default {
|
||||||
"Do you want to distribute assigned characters to all SEATED players?";
|
"Do you want to distribute assigned characters to all SEATED players?";
|
||||||
if (confirm(popup)) {
|
if (confirm(popup)) {
|
||||||
this.$store.commit("session/distributeRoles", true);
|
this.$store.commit("session/distributeRoles", true);
|
||||||
setTimeout((() => {
|
setTimeout(
|
||||||
|
(() => {
|
||||||
this.$store.commit("session/distributeRoles", false);
|
this.$store.commit("session/distributeRoles", false);
|
||||||
}).bind(this), 2000);
|
}).bind(this),
|
||||||
|
2000
|
||||||
|
);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
joinSession() {
|
joinSession() {
|
||||||
|
|
|
@ -132,5 +132,15 @@
|
||||||
"name": "Storm Catcher",
|
"name": "Storm Catcher",
|
||||||
"team": "fabled",
|
"team": "fabled",
|
||||||
"ability": "Name a good character. If in play, they can only die by execution, but evil players learn which player it is."
|
"ability": "Name a good character. If in play, they can only die by execution, but evil players learn which player it is."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "deusexfiasco",
|
||||||
|
"firstNightReminder": "",
|
||||||
|
"otherNightReminder": "",
|
||||||
|
"reminders": ["Whoops"],
|
||||||
|
"setup": false,
|
||||||
|
"name": "Deus ex Fiasco",
|
||||||
|
"team": "fabled",
|
||||||
|
"ability": "Once per game, the Storyteller will make a \"mistake\", correct it and publicly admit to it."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue