diff --git a/src/assets/icons/deusexfiasco.png b/src/assets/icons/deusexfiasco.png new file mode 100644 index 0000000..ebc5037 Binary files /dev/null and b/src/assets/icons/deusexfiasco.png differ diff --git a/src/assets/icons/stormcatcher.png b/src/assets/icons/stormcatcher.png index 0ca0c11..97d7948 100644 Binary files a/src/assets/icons/stormcatcher.png and b/src/assets/icons/stormcatcher.png differ diff --git a/src/components/Menu.vue b/src/components/Menu.vue index 474447a..cdd6d56 100644 --- a/src/components/Menu.vue +++ b/src/components/Menu.vue @@ -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() { diff --git a/src/fabled.json b/src/fabled.json index 075041d..4619d1e 100644 --- a/src/fabled.json +++ b/src/fabled.json @@ -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." } ]