mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
fixed a verify error
This commit is contained in:
parent
945b60c8d0
commit
60a7ea797f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public final class ElderBrain extends CardImpl {
|
|||
this.toughness = new MageInt(6);
|
||||
|
||||
// Menace
|
||||
this.addAbility(new MenaceAbility());
|
||||
this.addAbility(new MenaceAbility(false));
|
||||
|
||||
// Whenever Elder Brain attacks a player, exile all cards from that player's hand, then they draw that many cards. You may play lands and cast spells from among the exiled cards for as long as they remain exiled. If you cast a spell this way, you may spend mana as though it were mana of any color to cast it.
|
||||
this.addAbility(new ElderBrainTriggeredAbility());
|
||||
|
|
Loading…
Reference in a new issue