From 81b5d0985cc48ab7a6654f40f767d313084a813b Mon Sep 17 00:00:00 2001 From: MRegnard <62838312+MRegnard@users.noreply.github.com> Date: Wed, 4 Dec 2024 21:41:51 +0100 Subject: [PATCH] Updating the Organ Grinder Vote Mode (#205) * Update CHANGELOG.md * Hidding the skulls for player, if the option "Organ Grinder Vote" is ON. * Adding a message for the ST, if the option "Organ Grinder Vote" is ON. * Correcting spaces typos * Adding the french version of the message for ST * Adding the english version of the message for the ST * Deleting an OG reminder (EN) This reminder was previously used to ignore the issue of the skulls visible by players. Now that this issue is corrected, this token is useless. * Deleting an OG reminder (FR) This reminder was previously used to ignore the issue of the skulls visible by players. Now that this issue is corrected, this token is useless. * Some corrections for the linter * Some corrections for the linter * Corrections for the linter --------- Co-authored-by: Pingumask <68610022+Pingumask@users.noreply.github.com> --- CHANGELOG.md | 1 + src/components/Player.vue | 5 ++++- src/components/Vote.vue | 14 ++++++++++++++ src/store/locale/en/roles.json | 1 - src/store/locale/en/ui.json | 1 + src/store/locale/fr/roles.json | 1 - src/store/locale/fr/ui.json | 1 + 7 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09c2a1e..1678564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Upcoming version +- Clearer and more efficient print for the votes hidden by Organ Grinder - Using official generic icons as default custom icons - Adding the reminder tokens "Townsfolk", "Outsider", "Minion" and "Demon" - Unique night order bubble for each player with the same role diff --git a/src/components/Player.vue b/src/components/Player.vue index 6e6615c..62fd24c 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -142,7 +142,10 @@