Fix Cradle of Vitality.

This commit is contained in:
Grath 2025-11-21 11:35:55 -05:00
parent 74305ee3fb
commit b33ecac6bd

View file

@ -27,7 +27,7 @@ public final class CradleOfVitality extends CardImpl {
new AddCountersTargetEffect(CounterType.P1P1.createInstance(), SavedGainedLifeValue.MANY)
.setText("put a +1/+1 counter on target creature for each 1 life you gained"),
new ManaCostsImpl<>("{1}{W}")
), false, true);
), false);
ability.addTarget(new TargetCreaturePermanent());
this.addAbility(ability);
}