another verify fix

This commit is contained in:
theelk801 2023-05-31 23:05:31 -04:00
parent fcbcd112eb
commit bcab8cc2f6

View file

@ -41,7 +41,7 @@ public final class MauhurUrukHaiCaptain extends CardImpl {
this.toughness = new MageInt(2);
// Menace
this.addAbility(new MenaceAbility());
this.addAbility(new MenaceAbility(false));
// If one or more +1/+1 counters would be put on an Army, Goblin, or Orc you control, that many plus one +1/+1 counters are put on it instead.
this.addAbility(new SimpleStaticAbility(new ModifyCountersAddedEffect(filter, CounterType.P1P1)));