diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2022-01-02 14:12:01 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2022-01-02 14:12:01 +0100 |
| commit | 4440cabdce908b68ecc4e182c2edc6f5733bf7ef (patch) | |
| tree | cdc69d50299d58b5648444472f3bc8edaf975556 | |
| parent | 5eddcbf5e3a3eda9e247f819eddd512886be51a2 (diff) | |
| download | muhqs-game-4440cabdce908b68ecc4e182c2edc6f5733bf7ef.tar.gz muhqs-game-4440cabdce908b68ecc4e182c2edc6f5733bf7ef.zip | |
fix wormtongue's english oracle text
| -rw-r--r-- | data/cards/base/wormtongue.yml | 4 | ||||
| -rw-r--r-- | latex/cards/en/base/wormtongue.tex | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/cards/base/wormtongue.yml b/data/cards/base/wormtongue.yml index d11b109c..e8c6f8df 100644 --- a/data/cards/base/wormtongue.yml +++ b/data/cards/base/wormtongue.yml @@ -7,8 +7,8 @@ movement: 2 buy: 10 upkeep: 2 full_action: - en: "Pay 3: Add a Misinformation token to an opponents pile" + en: "Pay 3: Add a Misinformation token to an opponents discard pile" de: "Zahle 3: Fuege einen Fehlinformation Token zum Ablagestapel eines Gegners hinzu" latex_full_action: - en: "\\faRedo, 3: Add a Misinformation token to an opponents pile" + en: "\\faRedo, 3: Add a Misinformation token to an opponents discard pile" de: "\\faRedo, 3: Füge einen Fehlinformation Token zum Ablagestapel eines Gegners hinzu" diff --git a/latex/cards/en/base/wormtongue.tex b/latex/cards/en/base/wormtongue.tex index f2eeea97..a6a4a8ee 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 pile} +\cardsplitcontent{Health: 1\\Movement: 2}{\faRedo, 3: Add a Misinformation token to an opponents discard pile} \cardplaycost{2} \cardmodule{base} \cardborder |
