mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
Merge pull request #121 from MRegnard/updated-jinxes
Adding Pit-Hag/Leviathan jinx
This commit is contained in:
commit
f918c6b314
3 changed files with 9 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# Release Notes
|
||||
|
||||
## Upcomming Version
|
||||
- Adding a missing jinx
|
||||
- Updating night order (and its print)
|
||||
- Correcting automatic adding/deletion of Fabled
|
||||
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue