Merge pull request #121 from MRegnard/updated-jinxes

Adding Pit-Hag/Leviathan jinx
This commit is contained in:
Pingumask 2024-02-05 00:04:18 +00:00 committed by GitHub
commit f918c6b314
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 0 deletions

View file

@ -1,6 +1,7 @@
# Release Notes
## Upcomming Version
- Adding a missing jinx
- Updating night order (and its print)
- Correcting automatic adding/deletion of Fabled

View file

@ -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."
}
]
},

View file

@ -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."
}
]
},