diff --git a/CHANGELOG.md b/CHANGELOG.md index c480384..8022eba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Release Notes ## Upcomming Version +- Adding a missing jinx - Updating night order (and its print) - Correcting automatic adding/deletion of Fabled diff --git a/src/store/locale/en/hatred.json b/src/store/locale/en/hatred.json index 2db96a5..fa9b8f3 100644 --- a/src/store/locale/en/hatred.json +++ b/src/store/locale/en/hatred.json @@ -82,6 +82,10 @@ { "id": "Mayor", "reason": "If Leviathan is in play and no execution occurs on day 5, good wins." + }, + { + "id": "Pit-Hag", + "reason": "After day 5, the Pit-Hag cannot choose Leviathan." } ] }, diff --git a/src/store/locale/fr/hatred.json b/src/store/locale/fr/hatred.json index b508b44..cbffd09 100644 --- a/src/store/locale/fr/hatred.json +++ b/src/store/locale/fr/hatred.json @@ -82,6 +82,10 @@ { "id": "Mayor", "reason": "Si le Léviathan est en jeu et qu'il n'y a pas d'exécution le cinquième jour, les bons gagnent. " + }, + { + "id": "Pit-Hag", + "reason": "Après le jour 5, le Chaudronnier ne peut pas créer de Léviathan." } ] },