diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2022-03-31 00:27:59 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2022-03-31 00:27:59 +0200 |
| commit | d575d697aa6661cbca8948d43ff53169e1fc77ae (patch) | |
| tree | 4ba29fbc1a3b279cfffac643f45bc93714c783ce | |
| parent | f62a25f75e180d2e767bf8f0fe1ae18458fc10c3 (diff) | |
| download | muhqs-game-d575d697aa6661cbca8948d43ff53169e1fc77ae.tar.gz muhqs-game-d575d697aa6661cbca8948d43ff53169e1fc77ae.zip | |
fixup! change how tokens and especially misinformations are handled
| -rw-r--r-- | latex/cards/de/base/wormtongue.tex | 2 | ||||
| -rw-r--r-- | latex/cards/de/tyrant/propaganda!.tex | 2 | ||||
| -rw-r--r-- | latex/cards/en/base/wormtongue.tex | 2 | ||||
| -rw-r--r-- | latex/cards/en/tyrant/propaganda!.tex | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/latex/cards/de/base/wormtongue.tex b/latex/cards/de/base/wormtongue.tex index 607f8a4c..e677830b 100644 --- a/latex/cards/de/base/wormtongue.tex +++ b/latex/cards/de/base/wormtongue.tex @@ -6,7 +6,7 @@ \begin{tikzpicture} \cardtypeUnit{Schlangenzunge} \cardbuycost{10} -\cardsplitcontent{Leben: 1\\Bewegung: 2}{\faRedo, 3: Füge einen Fehlinformation Token zum Ablagestapel eines Gegners hinzu} +\cardsplitcontent{Leben: 1\\Bewegung: 2}{\faRedo, 3: Füge einen Fehlinformation zum Ablagestapel eines Gegners hinzu} \cardplaycost{2} \cardmodule{base} \cardborder diff --git a/latex/cards/de/tyrant/propaganda!.tex b/latex/cards/de/tyrant/propaganda!.tex index 0c1151f3..a624b7fc 100644 --- a/latex/cards/de/tyrant/propaganda!.tex +++ b/latex/cards/de/tyrant/propaganda!.tex @@ -6,7 +6,7 @@ \begin{tikzpicture} \cardtypeSpell{Propaganda!} \cardbuycost{5} -\cardcontent{Lege einen Missinformations Token auf den Ablagestapel jeden Spielers} +\cardcontent{Lege eine Fehlinformation auf den Ablagestapel jeden Spielers} \cardmodule{tyrant} \cardborder \end{tikzpicture} diff --git a/latex/cards/en/base/wormtongue.tex b/latex/cards/en/base/wormtongue.tex index a6a4a8ee..070d2c40 100644 --- a/latex/cards/en/base/wormtongue.tex +++ b/latex/cards/en/base/wormtongue.tex @@ -6,7 +6,7 @@ \begin{tikzpicture} \cardtypeUnit{Wormtongue} \cardbuycost{10} -\cardsplitcontent{Health: 1\\Movement: 2}{\faRedo, 3: Add a Misinformation token to an opponents discard pile} +\cardsplitcontent{Health: 1\\Movement: 2}{\faRedo, 3: Add a Misinformation to an opponents discard pile} \cardplaycost{2} \cardmodule{base} \cardborder diff --git a/latex/cards/en/tyrant/propaganda!.tex b/latex/cards/en/tyrant/propaganda!.tex index 782cef12..c16311d9 100644 --- a/latex/cards/en/tyrant/propaganda!.tex +++ b/latex/cards/en/tyrant/propaganda!.tex @@ -6,7 +6,7 @@ \begin{tikzpicture} \cardtypeSpell{Propaganda!} \cardbuycost{5} -\cardcontent{Put a Misinformation token onto each players discard pile} +\cardcontent{Put a Misinformation onto each players discard pile} \cardmodule{tyrant} \cardborder \end{tikzpicture} |
