fixed a verify error

This commit is contained in:
Evan Kranzler 2022-03-25 21:30:15 -04:00
parent 945b60c8d0
commit 60a7ea797f

View file

@ -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());