1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-10 01:01:05 -09:00

Fix verify failure

This commit is contained in:
PurpleCrowbar 2023-04-18 04:17:55 +01:00
parent 1b3e26729b
commit fe5dbafb0f

View file

@ -39,7 +39,7 @@ public final class ElendaAndAzor extends CardImpl {
this.addAbility(FlyingAbility.getInstance()); this.addAbility(FlyingAbility.getInstance());
// Ward {2} // 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. // 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)); this.addAbility(new AttacksTriggeredAbility(new ElendaAndAzorEffect(), false));