From 16ac68c3e7c3bf810fceafe26395eac59d64cb24 Mon Sep 17 00:00:00 2001 From: MRegnard <62838312+MRegnard@users.noreply.github.com> Date: Sun, 8 Dec 2024 23:37:13 +0100 Subject: [PATCH] Updating Cannibal's reminders (#230) --- src/store/locale/en/roles.json | 4 ++-- src/store/locale/fr/roles.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/store/locale/en/roles.json b/src/store/locale/en/roles.json index a92b485..20ff487 100644 --- a/src/store/locale/en/roles.json +++ b/src/store/locale/en/roles.json @@ -1582,8 +1582,8 @@ "otherNight": 0, "otherNightReminder": "", "reminders": [ - "Poisoned", - "Died today" + "Lunch", + "Poisoned" ], "setup": false, "ability": "You have the ability of the recently killed executee. If they are evil, you are poisoned until a good player dies by execution." diff --git a/src/store/locale/fr/roles.json b/src/store/locale/fr/roles.json index 50597b1..a8ccf06 100644 --- a/src/store/locale/fr/roles.json +++ b/src/store/locale/fr/roles.json @@ -1586,8 +1586,8 @@ "otherNight": 0, "otherNightReminder": "", "reminders": [ - "Empoisonné", - "Mort" + "Dîner", + "Empoisonné" ], "setup": false, "ability": "Vous avez la capacité du dernier joueur mort par exécution. S'il était Mauvais, vous êtes empoisonné jusqu'à ce qu'un joueur Bon meure par exécution."