diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2025-08-20 12:53:30 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-08-20 15:57:41 +0200 |
| commit | e7eb6d5ad9b7ee985cdff753211edee6c75d6077 (patch) | |
| tree | d8206e7ca9665243651ff6e395715cdaf4facddf | |
| parent | fd5897caacefa0b02aba2ca8a8e09199837d4363 (diff) | |
| download | muhqs-game-e7eb6d5ad9b7ee985cdff753211edee6c75d6077.tar.gz muhqs-game-e7eb6d5ad9b7ee985cdff753211edee6c75d6077.zip | |
improve english discount effect
| -rw-r--r-- | data/cards/exp1/discount!.yml | 2 | ||||
| -rw-r--r-- | latex/cards/en/exp1/discount!.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/cards/exp1/discount!.yml b/data/cards/exp1/discount!.yml index 86c7d0bc..b6ec6fee 100644 --- a/data/cards/exp1/discount!.yml +++ b/data/cards/exp1/discount!.yml @@ -5,5 +5,5 @@ type: spell buy: 5 play: 2 effect: - en: This turn you may buy an additional card this turn and buying cards cost half their buying cost, rounded up + en: This turn you may buy an additional card and buying cards cost half their buying cost, rounded up de: Du kannst diesen Zug eine zusätzliche Karte kaufen und Karten kaufen kostet die Hälfte ihres normalen Preises, aufgerundet diff --git a/latex/cards/en/exp1/discount!.tex b/latex/cards/en/exp1/discount!.tex index 34e36916..52dd90a2 100644 --- a/latex/cards/en/exp1/discount!.tex +++ b/latex/cards/en/exp1/discount!.tex @@ -6,7 +6,7 @@ \begin{tikzpicture} \cardtypeSpell{Discount!} \cardbuycost{5} -\cardcontent{This turn you may buy an additional card this turn and buying cards cost half their buying cost, rounded up} +\cardcontent{This turn you may buy an additional card and buying cards cost half their buying cost, rounded up} \cardplaycost{2} \cardmodule{exp1} \cardborder |
