From 7c9f0e52fdd1838f64ab0c4fad3de08ce462dd04 Mon Sep 17 00:00:00 2001 From: MRegnard <62838312+MRegnard@users.noreply.github.com> Date: Fri, 21 Jul 2023 13:20:44 +0200 Subject: [PATCH] Evil twin's token (#98) --- src/store/locale/en/roles.json | 3 ++- src/store/locale/fr/roles.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/store/locale/en/roles.json b/src/store/locale/en/roles.json index 87f8a1b..cb00bde 100644 --- a/src/store/locale/en/roles.json +++ b/src/store/locale/en/roles.json @@ -991,7 +991,8 @@ "firstNightReminder": "Wake the Evil Twin and their twin. Confirm that they have acknowledged each other. Point to the Evil Twin. Show their Evil Twin token to the twin player. Point to the twin. Show their character token to the Evil Twin player.", "otherNight": 0, "otherNightReminder": "", - "reminders": ["Twin"], + "reminders": [], + "remindersGlobal": ["Twin"], "setup": false, "ability": "You & an opposing player know each other. If the good player is executed, evil wins. Good can't win if you both live." }, diff --git a/src/store/locale/fr/roles.json b/src/store/locale/fr/roles.json index 892b755..d65807f 100644 --- a/src/store/locale/fr/roles.json +++ b/src/store/locale/fr/roles.json @@ -1090,7 +1090,8 @@ "firstNightReminder": "Réveillez le Jumeau Maléfique et son Jumeau. Informez-les tous deux du rôle de l'autre.", "otherNight": 0, "otherNightReminder": "", - "reminders": [ + "reminders": [], + "remindersGlobal": [ "Jumeau" ], "setup": false,