forked from External/mage
fix verify failure
This commit is contained in:
parent
a71aa3102b
commit
cfbe6df16d
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ public final class DragonwingGlider extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
|
||||
// Equip {3}{R}{R}
|
||||
this.addAbility(new EquipAbility(Outcome.AddAbility, new ManaCostsImpl<>("{3}{R}{R}")));
|
||||
this.addAbility(new EquipAbility(Outcome.AddAbility, new ManaCostsImpl<>("{3}{R}{R}"), false));
|
||||
}
|
||||
|
||||
private DragonwingGlider(final DragonwingGlider card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue