mirror of
https://github.com/correl/mage.git
synced 2024-12-30 19:10:36 +00:00
[MOM] fixed Wrenn and Realmbreaker (mill and next turn, see #10200)
This commit is contained in:
parent
701940ced7
commit
f3cfc663ac
1 changed files with 2 additions and 2 deletions
|
@ -50,13 +50,13 @@ public final class WrennAndRealmbreaker extends CardImpl {
|
|||
).withAbility(VigilanceAbility.getInstance())
|
||||
.withAbility(HexproofAbility.getInstance())
|
||||
.withAbility(HasteAbility.getInstance()),
|
||||
false, true, Duration.UntilYourNextEndStep
|
||||
false, true, Duration.UntilYourNextTurn
|
||||
), 1);
|
||||
ability.addTarget(new TargetPermanent(0, 1, StaticFilters.FILTER_CONTROLLED_PERMANENT_LAND));
|
||||
this.addAbility(ability);
|
||||
|
||||
// -2: Mill three cards. You may put a permanent card from among the milled cards into your hand.
|
||||
this.addAbility(new LoyaltyAbility(new MillThenPutInHandEffect(5, StaticFilters.FILTER_CARD_A_PERMANENT), -2));
|
||||
this.addAbility(new LoyaltyAbility(new MillThenPutInHandEffect(3, StaticFilters.FILTER_CARD_A_PERMANENT), -2));
|
||||
|
||||
// -7: You get an emblem with "You may play lands and cast permanent spells from your graveyard."
|
||||
this.addAbility(new LoyaltyAbility(new GetEmblemEffect(new WrennAndRealmbreakerEmblem()), -7));
|
||||
|
|
Loading…
Reference in a new issue