mirror of
https://github.com/correl/mage.git
synced 2024-11-24 19:19:56 +00:00
fix verify failure
This commit is contained in:
parent
3604f6729a
commit
f91543411f
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public final class NashiMoonsLegacy extends CardImpl {
|
||||||
this.toughness = new MageInt(4);
|
this.toughness = new MageInt(4);
|
||||||
|
|
||||||
// Menace
|
// Menace
|
||||||
this.addAbility(new MenaceAbility());
|
this.addAbility(new MenaceAbility(false));
|
||||||
|
|
||||||
// Ward {1}
|
// Ward {1}
|
||||||
this.addAbility(new WardAbility(new ManaCostsImpl<>("{1}"), false));
|
this.addAbility(new WardAbility(new ManaCostsImpl<>("{1}"), false));
|
||||||
|
|
Loading…
Reference in a new issue