fix verify failure

This commit is contained in:
theelk801 2023-05-05 20:45:27 -04:00
parent 3604f6729a
commit f91543411f

View file

@ -44,7 +44,7 @@ public final class NashiMoonsLegacy extends CardImpl {
this.toughness = new MageInt(4);
// Menace
this.addAbility(new MenaceAbility());
this.addAbility(new MenaceAbility(false));
// Ward {1}
this.addAbility(new WardAbility(new ManaCostsImpl<>("{1}"), false));