mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
* Read the Tides - Fixed number of maximal possible targets from 1 to 2 (#6646).
This commit is contained in:
parent
34dbf7b67e
commit
accbf7a3a7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public final class ReadTheTides extends CardImpl {
|
|||
|
||||
// • Return up to two target creatures to their owners' hands.
|
||||
Mode mode = new Mode(new ReturnToHandTargetEffect());
|
||||
mode.addTarget(new TargetCreaturePermanent(0, 1));
|
||||
mode.addTarget(new TargetCreaturePermanent(0, 2));
|
||||
this.getSpellAbility().addMode(mode);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue