diff --git a/src/assets/icons/organgrinder.png b/src/assets/icons/organgrinder.png index bfdf866..e5c932c 100644 Binary files a/src/assets/icons/organgrinder.png and b/src/assets/icons/organgrinder.png differ diff --git a/src/store/locale/en/roles.json b/src/store/locale/en/roles.json index 5fd70d1..a8fc2dd 100644 --- a/src/store/locale/en/roles.json +++ b/src/store/locale/en/roles.json @@ -1956,15 +1956,16 @@ "name": "Organ Grinder", "edition": "", "team": "minion", - "firstNight": 0, - "firstNightReminder": "", - "otherNight": 0, - "otherNightReminder": "", + "firstNight": 30.5, + "firstNightReminder": "Wake the Organ Grinder: they choose if they are drunk or not.", + "otherNight": 14.5, + "otherNightReminder": "Wake the Organ Grinder: they choose if they are drunk or not.", "reminders": [ + "Drunk", "Used vote" ], "setup": false, - "ability": "All players keep their eyes closed when voting & the vote tally is secret. Votes for you only count if you vote." + "ability": "All players keep their eyes closed when voting & the vote tally is secret. Each night, choose if you are drunk or not." }, { "id": "summoner", diff --git a/src/store/locale/fr/roles.json b/src/store/locale/fr/roles.json index c66ee9e..d7d340c 100644 --- a/src/store/locale/fr/roles.json +++ b/src/store/locale/fr/roles.json @@ -1960,15 +1960,16 @@ "name": "Organiste barbare", "edition": "", "team": "minion", - "firstNight": 0, - "firstNightReminder": "", - "otherNight": 0, - "otherNightReminder": "", + "firstNight": 30.5, + "firstNightReminder": "Réveillez l'Organiste barbare : il choisit s'il est ivre ou non.", + "otherNight": 14.5, + "otherNightReminder": "Réveillez l'Organiste barbare : il choisit s'il est ivre ou non.", "reminders": [ + "Ivre", "Vote utilisé" ], "setup": false, - "ability": "Les votes ont lieu à bulletin secret. Vous ne pouvez être exécuté que si vous levez la main." + "ability": "Les votes ont lieu à bulletin secret et les résultats ne sont pas annoncés. Chaque nuit, choisissez si vous êtes ivre ou non." }, { "id": "harpy",