forked from External/mage
[MKM] fix missing filter for Haazda Vigilante
This commit is contained in:
parent
7f50bc4726
commit
5e6c8e795d
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ public final class HaazdaVigilante extends CardImpl {
|
|||
Ability ability = new EntersBattlefieldOrAttacksSourceTriggeredAbility(
|
||||
new AddCountersTargetEffect(CounterType.P1P1.createInstance())
|
||||
);
|
||||
ability.addTarget(new TargetPermanent());
|
||||
ability.addTarget(new TargetPermanent(filter));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue