[DFT] Fix The Aetherspark +1 to actually be 'up to'.

Fixes #13462 (after the next update)
This commit is contained in:
Grath 2025-03-19 21:55:02 -04:00
parent 6606ebf0f2
commit fd7c4c51fe

View file

@ -61,7 +61,7 @@ public final class TheAetherspark extends CardImpl {
), 1);
ability.addEffect(new AddCountersTargetEffect(CounterType.P1P1.createInstance())
.setText("put a +1/+1 counter on that creature"));
ability.addTarget(new TargetControlledCreaturePermanent());
ability.addTarget(new TargetControlledCreaturePermanent(0, 1));
this.addAbility(ability);
// -5: Draw two cards.