mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
[AKH] Liliana, Death's Majesty
Corrected reanimation filter to correctly generate mouseover text.
This commit is contained in:
parent
8b1220af66
commit
7ff949d686
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ public class LilianaDeathsMajesty extends CardImpl {
|
|||
|
||||
// -3: Return target creature card from your graveyard to the battlefield. That creature is a black Zombie in addition to its other colors and types.
|
||||
ability = new LoyaltyAbility(new ReturnFromGraveyardToBattlefieldTargetEffect(), -3);
|
||||
ability.addTarget(new TargetCardInYourGraveyard(new FilterCreatureCard("creature card from a graveyard")));
|
||||
ability.addTarget(new TargetCardInYourGraveyard(new FilterCreatureCard("creature card from your graveyard")));
|
||||
ability.addEffect(new BecomesBlackZombieAdditionEffect());
|
||||
this.addAbility(ability);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue