mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
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…
Reference in a new issue