From 58c0d183ca0f154c1e960b6541a685501c94ca83 Mon Sep 17 00:00:00 2001 From: MRegnard <62838312+MRegnard@users.noreply.github.com> Date: Fri, 21 Jul 2023 13:24:45 +0200 Subject: [PATCH] Alchemist's token (#101) * Update CHANGELOG.md * Update roles.json * Update roles.json --- src/store/locale/en/roles.json | 2 +- src/store/locale/fr/roles.json | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/store/locale/en/roles.json b/src/store/locale/en/roles.json index 17aa0c8..42171ff 100644 --- a/src/store/locale/en/roles.json +++ b/src/store/locale/en/roles.json @@ -1354,7 +1354,7 @@ "otherNight": 0, "otherNightReminder": "", "reminders": [], - "remindersGlobal": ["Is the Alchemist"], + "remindersGlobal": ["Alchemist"], "setup": false, "ability": "You have a not-in-play Minion ability." }, diff --git a/src/store/locale/fr/roles.json b/src/store/locale/fr/roles.json index 361fdf0..bdc6d09 100644 --- a/src/store/locale/fr/roles.json +++ b/src/store/locale/fr/roles.json @@ -1498,10 +1498,7 @@ "otherNight": 0, "otherNightReminder": "Si la capacité de l'alchimiste s'utilise la nuit, réveillez le.", "reminders": [], - "remindersGlobal": [ - "Alchimiste", - "Bon" - ], + "remindersGlobal": ["Alchimiste"], "setup": false, "ability": "Vous avez la capacité d'un Serviteur qui n'est pas en jeu." },