mirror of
https://github.com/correl/mage.git
synced 2024-11-16 03:00:12 +00:00
* Janjeet Sentry - Fixed the missing target of the activated ability.
This commit is contained in:
parent
143f347d4e
commit
053fec43d7
1 changed files with 1 additions and 1 deletions
|
@ -63,8 +63,8 @@ public class JanjeetSentry extends CardImpl {
|
|||
// Tap, Pay {E}{E}: You may tap or untap target artifact or creature.
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new MayTapOrUntapTargetEffect(), new TapSourceCost());
|
||||
ability.addCost(new PayEnergyCost(2));
|
||||
ability.addTarget(new TargetPermanent(StaticFilters.FILTER_PERMANENT_ARTIFACT_OR_CREATURE));
|
||||
this.addAbility(ability);
|
||||
this.getSpellAbility().addTarget(new TargetPermanent(StaticFilters.FILTER_PERMANENT_ARTIFACT_OR_CREATURE));
|
||||
}
|
||||
|
||||
public JanjeetSentry(final JanjeetSentry card) {
|
||||
|
|
Loading…
Reference in a new issue