diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2021-01-11 22:31:45 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2021-01-11 22:31:45 +0100 |
| commit | aa3b00b48322e2eaf7e020838c91becba866ebb0 (patch) | |
| tree | 3d727fcbb0537a321c8cb26f9e960790070c319d | |
| parent | d136dbddc51ff9a662815469be2f8126a2c0f734 (diff) | |
| download | muhqs-game-aa3b00b48322e2eaf7e020838c91becba866ebb0.tar.gz muhqs-game-aa3b00b48322e2eaf7e020838c91becba866ebb0.zip | |
improve Reclaim! wording
| -rw-r--r-- | data/equipments.ini | 2 | ||||
| -rw-r--r-- | latex/cards/reclaim!.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/equipments.ini b/data/equipments.ini index 7e54e375..81599d01 100644 --- a/data/equipments.ini +++ b/data/equipments.ini @@ -77,4 +77,4 @@ effect = Destroy target artifact with buy = X type = spell buy = 5 play = X -effect = Teleport target own Artifact with Playcost X to a free spawn tile. +effect = Teleport target Artifact you own with Playcost X to a free spawn tile of yours. diff --git a/latex/cards/reclaim!.tex b/latex/cards/reclaim!.tex index 032143b9..628b3309 100644 --- a/latex/cards/reclaim!.tex +++ b/latex/cards/reclaim!.tex @@ -11,7 +11,7 @@ \begin{tikzpicture} \cardtypeSpell{Reclaim!} \cardbuycost{5} -\cardcontent{Teleport target own Artifact with Playcost X to a free spawn tile.} +\cardcontent{Teleport target Artifact you own with Playcost X to a free spawn tile of yours.} \cardplaycost{X} \cardmodule{equipments} \cardborder |
