mirror of
https://github.com/correl/mage.git
synced 2025-04-02 17:00:11 -09:00
Fix verify failure
This commit is contained in:
parent
1b3e26729b
commit
fe5dbafb0f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public final class ElendaAndAzor extends CardImpl {
|
|||
this.addAbility(FlyingAbility.getInstance());
|
||||
|
||||
// Ward {2}
|
||||
this.addAbility(new WardAbility(new ManaCostsImpl<>("{2}")));
|
||||
this.addAbility(new WardAbility(new ManaCostsImpl<>("{2}"), false));
|
||||
|
||||
// Whenever Elenda and Azor attacks, you may pay {X}{W}{U}{B}. If you do, draw X cards.
|
||||
this.addAbility(new AttacksTriggeredAbility(new ElendaAndAzorEffect(), false));
|
||||
|
|
Loading…
Add table
Reference in a new issue