mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
fixed Lukka, Coppercoat Outcast's first ability
This commit is contained in:
parent
3a28647716
commit
89125ee420
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public final class LukkaCoppercoatOutcast extends CardImpl {
|
|||
this.addAbility(new PlaneswalkerEntersWithLoyaltyCountersAbility(5));
|
||||
|
||||
// +1: Exile the top three cards of your library. Creature cards exiled this way gain "You may cast this card from exile as long as you control a Lukka planeswalker."
|
||||
this.addAbility(new LoyaltyAbility(new LukkaCoppercoatOutcastCastEffect(), 1));
|
||||
this.addAbility(new LoyaltyAbility(new LukkaCoppercoatOutcastExileEffect(), 1));
|
||||
|
||||
// −2: Exile target creature you control, then reveal cards from the top of your library until you reveal a creature card with higher converted mana cost. Put that card onto the battlefield and the rest on the bottom of your library in a random order.
|
||||
Ability ability = new LoyaltyAbility(new LukkaCoppercoatOutcastPolymorphEffect(), -2);
|
||||
|
|
Loading…
Reference in a new issue