mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Cradle of Vitality - fixed not workinggain life effect (fixes #7235).
This commit is contained in:
parent
e6c79b94d9
commit
2bb472607b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public final class CradleOfVitality extends CardImpl {
|
|||
// Whenever you gain life, you may pay {1}{W}. If you do, put a +1/+1 counter on target creature for each 1 life you gained.
|
||||
Ability ability = new GainLifeControllerTriggeredAbility(new DoIfCostPaid(
|
||||
new CradleOfVitalityEffect(), new ManaCostsImpl("{1}{W}")
|
||||
), false);
|
||||
), false, true);
|
||||
ability.addTarget(new TargetCreaturePermanent());
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue