mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
added missing target from Ajani, Wise Counselor's third ability (fixes #5857)
This commit is contained in:
parent
d6a0a8f222
commit
672959d564
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ import mage.constants.Duration;
|
|||
import mage.constants.SubType;
|
||||
import mage.constants.SuperType;
|
||||
import mage.counters.CounterType;
|
||||
import mage.target.common.TargetCreaturePermanent;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
|
@ -44,6 +45,7 @@ public final class AjaniWiseCounselor extends CardImpl {
|
|||
CounterType.P1P1.createInstance(),
|
||||
ControllerLifeCount.instance
|
||||
).setText("put X +1/+1 counters on target creature, where X is your life total"), -9);
|
||||
ability.addTarget(new TargetCreaturePermanent());
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue