mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08: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.
|
// • Return up to two target creatures to their owners' hands.
|
||||||
Mode mode = new Mode(new ReturnToHandTargetEffect());
|
Mode mode = new Mode(new ReturnToHandTargetEffect());
|
||||||
mode.addTarget(new TargetCreaturePermanent(0, 1));
|
mode.addTarget(new TargetCreaturePermanent(0, 2));
|
||||||
this.getSpellAbility().addMode(mode);
|
this.getSpellAbility().addMode(mode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue