mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Update DeathlessAncient.java
Updated notTarget from false to true
This commit is contained in:
parent
83e4d30601
commit
1cd91b3dd0
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public class DeathlessAncient extends CardImpl {
|
||||||
this.addAbility(FlyingAbility.getInstance());
|
this.addAbility(FlyingAbility.getInstance());
|
||||||
|
|
||||||
// Tap three untapped Vampires you control: Return Deathless Ancient from your graveyard to your hand.
|
// Tap three untapped Vampires you control: Return Deathless Ancient from your graveyard to your hand.
|
||||||
this.addAbility(new SimpleActivatedAbility(Zone.GRAVEYARD, new ReturnToHandSourceEffect(), new TapTargetCost(new TargetControlledPermanent(3, 3, filter, false))));
|
this.addAbility(new SimpleActivatedAbility(Zone.GRAVEYARD, new ReturnToHandSourceEffect(), new TapTargetCost(new TargetControlledPermanent(3, 3, filter, true))));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue