mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
add missing ability Knight Of the Mists
This commit is contained in:
parent
38740d4f62
commit
27d9e7309f
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue