mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
fixed Kenrith, the Returned King's last ability (fixes #6007)
This commit is contained in:
parent
3987c50595
commit
e4bcd0abdd
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ public final class KenrithTheReturnedKing extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
|
||||
// {4}{B}: Put target creature card from a graveyard onto the battlefield under its owner's control.
|
||||
ability = new SimpleActivatedAbility(new GainLifeTargetEffect(5), new ManaCostsImpl("{4}{B}"));
|
||||
ability = new SimpleActivatedAbility(new KenrithTheReturnedKingEffect(), new ManaCostsImpl("{4}{B}"));
|
||||
ability.addTarget(new TargetCardInGraveyard(StaticFilters.FILTER_CARD_CREATURE));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue