add missing ability Knight Of the Mists

This commit is contained in:
Ingmar Goudt 2018-09-16 20:21:43 +02:00
parent 38740d4f62
commit 27d9e7309f

View file

@ -47,6 +47,7 @@ public final class KnightOfTheMists extends CardImpl {
// When Knight of the Mists enters the battlefield, you may pay {U}. If you don't, destroy target Knight and it can't be regenerated.
Ability ability = new EntersBattlefieldTriggeredAbility(new KnightOfTheMistsEffect());
ability.addTarget(new TargetCreaturePermanent(filter));
addAbility(ability);
}
public KnightOfTheMists(final KnightOfTheMists card) {