mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fixed verify failure
This commit is contained in:
parent
59718793a6
commit
f5a85809bb
1 changed files with 2 additions and 2 deletions
|
|
@ -43,10 +43,10 @@ public final class RobeOfTheArchmagi extends CardImpl {
|
|||
));
|
||||
|
||||
// Equip {4}
|
||||
this.addAbility(new EquipAbility(4));
|
||||
this.addAbility(new EquipAbility(4, false));
|
||||
|
||||
// Equip Shaman, Warlock, or Wizard {1}
|
||||
this.addAbility(new EquipAbility(Outcome.AddAbility, new GenericManaCost(1), new TargetPermanent(filter)));
|
||||
this.addAbility(new EquipAbility(Outcome.AddAbility, new GenericManaCost(1), new TargetPermanent(filter), false));
|
||||
}
|
||||
|
||||
private RobeOfTheArchmagi(final RobeOfTheArchmagi card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue