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,