mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Fix wording of Magus of the Future ability tooltip
This commit is contained in:
parent
90dbd4edc0
commit
f42ea89930
1 changed files with 71 additions and 71 deletions
|
@ -57,7 +57,7 @@ public class MagusOfTheFuture extends CardImpl {
|
||||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new PlayWithTheTopCardRevealedEffect()));
|
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new PlayWithTheTopCardRevealedEffect()));
|
||||||
|
|
||||||
// You may play the top card of your library.
|
// You may play the top card of your library.
|
||||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new PlayTheTopCardEffect(new FilterCard())));
|
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new PlayTheTopCardEffect()));
|
||||||
}
|
}
|
||||||
|
|
||||||
public MagusOfTheFuture(final MagusOfTheFuture card) {
|
public MagusOfTheFuture(final MagusOfTheFuture card) {
|
||||||
|
|
Loading…
Reference in a new issue