diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2022-12-28 10:22:27 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2022-12-28 16:51:25 +0100 |
| commit | ea9922bc13423c3722e20c279499a506ed3cbc37 (patch) | |
| tree | 8baa22b4a7179a8e74759175526eccf43db811ee | |
| parent | 3a940e82ec633e4604344a61c77dd0d864383f0c (diff) | |
| download | muhqs-game-ea9922bc13423c3722e20c279499a506ed3cbc37.tar.gz muhqs-game-ea9922bc13423c3722e20c279499a506ed3cbc37.zip | |
tyrant: fix closing hour
When only closing the gate tiles the tower next to them are still
passable rendering the card useless.
To fix this also lock the towers.
| -rw-r--r-- | data/cards/tyrant/closing_hour.yml | 4 | ||||
| -rw-r--r-- | latex/cards/de/tyrant/closing_hour.tex | 2 | ||||
| -rw-r--r-- | latex/cards/en/tyrant/closing_hour.tex | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/data/cards/tyrant/closing_hour.yml b/data/cards/tyrant/closing_hour.yml index ee154431..895feca6 100644 --- a/data/cards/tyrant/closing_hour.yml +++ b/data/cards/tyrant/closing_hour.yml @@ -4,5 +4,5 @@ name: type: spell buy: 5 effect: - en: Remove all lock marks. For each gate tile randomly decide if it is locked (put a lock mark on it and treat it as a wall) - de: Entferne alle Sperr Marken. Für jedes Tor Feld entscheide zufällig ob es gesperrt ist (lege eine Sperr Marke daraus und behandle es wie eine Mauer) + en: Remove all lock marks. For each gate and its adjacent towers tiles randomly decide if they are locked (put a lock mark on them and treat them as walls) + de: Entferne alle Sperr Marken. Für jedes Tor und seine angrenzenden Turm Felder entscheide zufällig ob sie gesperrt sind (lege Sperr Marken auf sie und behandle sie wie Mauern) diff --git a/latex/cards/de/tyrant/closing_hour.tex b/latex/cards/de/tyrant/closing_hour.tex index 0192eeca..f49680d2 100644 --- a/latex/cards/de/tyrant/closing_hour.tex +++ b/latex/cards/de/tyrant/closing_hour.tex @@ -6,7 +6,7 @@ \begin{tikzpicture} \cardtypeSpell{Sperrstunde} \cardbuycost{5} -\cardcontent{Entferne alle Sperr Marken. Für jedes Tor Feld entscheide zufällig ob es gesperrt ist (lege eine Sperr Marke daraus und behandle es wie eine Mauer)} +\cardcontent{Entferne alle Sperr Marken. Für jedes Tor und seine angrenzenden Turm Felder entscheide zufällig ob sie gesperrt sind (lege Sperr Marken auf sie und behandle sie wie Mauern)} \cardmodule{tyrant} \cardborder \end{tikzpicture} diff --git a/latex/cards/en/tyrant/closing_hour.tex b/latex/cards/en/tyrant/closing_hour.tex index 7c08169b..3cbf07fb 100644 --- a/latex/cards/en/tyrant/closing_hour.tex +++ b/latex/cards/en/tyrant/closing_hour.tex @@ -6,7 +6,7 @@ \begin{tikzpicture} \cardtypeSpell{Closing Hour} \cardbuycost{5} -\cardcontent{Remove all lock marks. For each gate tile randomly decide if it is locked (put a lock mark on it and treat it as a wall)} +\cardcontent{Remove all lock marks. For each gate and its adjacent towers tiles randomly decide if they are locked (put a lock mark on them and treat them as walls)} \cardmodule{tyrant} \cardborder \end{tikzpicture} |
