added deus ex fiasco and fixed stormcatcher icon

This commit is contained in:
Steffen 2020-12-18 20:40:30 +01:00
parent f7eef3f8ea
commit 3c0704db59
4 changed files with 15 additions and 2 deletions

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

View File

@ -268,9 +268,12 @@ export default {
"Do you want to distribute assigned characters to all SEATED players?";
if (confirm(popup)) {
this.$store.commit("session/distributeRoles", true);
setTimeout((() => {
setTimeout(
(() => {
this.$store.commit("session/distributeRoles", false);
}).bind(this), 2000);
}).bind(this),
2000
);
}
},
joinSession() {

View File

@ -132,5 +132,15 @@
"name": "Storm Catcher",
"team": "fabled",
"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."
}
]