forked from External/mage
fix verify failure
This commit is contained in:
parent
5ad5fbf678
commit
9cede8aa1d
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ public final class InterdisciplinaryMascot extends CardImpl {
|
|||
this.addAbility(new ConvokeAbility());
|
||||
|
||||
// Ward {3}
|
||||
this.addAbility(new WardAbility(new ManaCostsImpl<>("{3}")));
|
||||
this.addAbility(new WardAbility(new ManaCostsImpl<>("{3}"), false));
|
||||
|
||||
// When Interdisciplinary Mascot enters the battlefield, look at the top four cards of your library. Put one of them into your hand and the rest on the bottom of your library in a random order.
|
||||
this.addAbility(new EntersBattlefieldTriggeredAbility(new LookLibraryAndPickControllerEffect(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue