mirror of
https://github.com/correl/mage.git
synced 2024-11-26 11:09:52 +00:00
Updated Joven
This commit is contained in:
parent
32c3a2c233
commit
e31b1b31f1
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public class Joven extends CardImpl {
|
||||||
// {R}{R}{R}, {tap}: Destroy target noncreature artifact.
|
// {R}{R}{R}, {tap}: Destroy target noncreature artifact.
|
||||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new DestroyTargetEffect(), new ManaCostsImpl("{R}{R}{R}"));
|
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new DestroyTargetEffect(), new ManaCostsImpl("{R}{R}{R}"));
|
||||||
ability.addCost(new TapSourceCost());
|
ability.addCost(new TapSourceCost());
|
||||||
ability.addTarget(new TargetPermanent(new FilterArtifactPermanent(filter)));
|
ability.addTarget(new TargetPermanent(filter));
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue