diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2021-01-09 15:10:58 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2021-01-09 16:37:09 +0100 |
| commit | 54db8187bfb1151d363a4a79a31d663105b4bf41 (patch) | |
| tree | 917b9f2fb164fd9df5f2785bc09e4a78873a43e9 /data | |
| parent | 27965879320cba12fe691dbb06eb9acd692a057f (diff) | |
| download | muhqs-game-54db8187bfb1151d363a4a79a31d663105b4bf41.tar.gz muhqs-game-54db8187bfb1151d363a4a79a31d663105b4bf41.zip | |
improve Clone!
* make it usable for permanents if you only have one spawn tile
* let you choose new targets
* be specific about how to copy a permanent (by creating a token)
Diffstat (limited to 'data')
| -rw-r--r-- | data/magic.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/magic.ini b/data/magic.ini index ba74456e..0d569601 100644 --- a/data/magic.ini +++ b/data/magic.ini @@ -56,7 +56,7 @@ effect = Destroy target Unit type = spell buy = 7 play = 3 -effect = Copy next card you play +effect = Copy the next card you play. You may choose new targets. If you copy a permanent place a token copy of the parmanent in range 1 of the original [No!] type = spell |
