refactor: SimpleActivatedAbility default zone (cards D)

This commit is contained in:
xenohedron 2024-11-16 22:26:34 -05:00
parent 8628de0c1f
commit 07be392c35
182 changed files with 194 additions and 194 deletions

View file

@ -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);