mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
[DFT] Fix The Aetherspark +1 to actually be 'up to'.
Fixes #13462 (after the next update)
This commit is contained in:
parent
6606ebf0f2
commit
fd7c4c51fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue