mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
* Nantuko Vigilante - Fixed missing target definition.
This commit is contained in:
parent
ea9fe5df55
commit
69970258ac
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public class NantukoVigilante extends CardImpl {
|
|||
this.addAbility(new MorphAbility(this,new ManaCostsImpl("{1}{G}")));
|
||||
// When Nantuko Vigilante is turned face up, destroy target artifact or enchantment.
|
||||
Ability ability = new TurnedFaceUpTriggeredAbility(new DestroyTargetEffect());
|
||||
this.getSpellAbility().addTarget(new TargetPermanent(filter));
|
||||
ability.addTarget(new TargetPermanent(filter));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue