mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Fix Cradle of Vitality.
This commit is contained in:
parent
74305ee3fb
commit
b33ecac6bd
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ public final class CradleOfVitality extends CardImpl {
|
||||||
new AddCountersTargetEffect(CounterType.P1P1.createInstance(), SavedGainedLifeValue.MANY)
|
new AddCountersTargetEffect(CounterType.P1P1.createInstance(), SavedGainedLifeValue.MANY)
|
||||||
.setText("put a +1/+1 counter on target creature for each 1 life you gained"),
|
.setText("put a +1/+1 counter on target creature for each 1 life you gained"),
|
||||||
new ManaCostsImpl<>("{1}{W}")
|
new ManaCostsImpl<>("{1}{W}")
|
||||||
), false, true);
|
), false);
|
||||||
ability.addTarget(new TargetCreaturePermanent());
|
ability.addTarget(new TargetCreaturePermanent());
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue