forked from External/mage
refactor: SimpleActivatedAbility default zone (cards D)
This commit is contained in:
parent
8628de0c1f
commit
07be392c35
182 changed files with 194 additions and 194 deletions
|
|
@ -30,7 +30,7 @@ public final class DaringApprentice extends CardImpl {
|
|||
this.toughness = new MageInt(1);
|
||||
|
||||
// {tap}, Sacrifice Daring Apprentice: Counter target spell.
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new CounterTargetEffect(), new TapSourceCost());
|
||||
Ability ability = new SimpleActivatedAbility(new CounterTargetEffect(), new TapSourceCost());
|
||||
ability.addCost(new SacrificeSourceCost());
|
||||
ability.addTarget(new TargetSpell());
|
||||
this.addAbility(ability);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue