1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-03 09:18:59 -09:00

[MID] fixed Wrenn and Seven ability cost (fixes )

This commit is contained in:
Evan Kranzler 2021-08-07 09:07:25 -04:00
parent b9ebac5575
commit 1507d63282

View file

@ -38,7 +38,7 @@ public final class WrennAndSeven extends CardImpl {
), 1));
// 0: Put any number of land cards from your hand onto the battlefield tapped.
this.addAbility(new LoyaltyAbility(new WrennAndSevenLandEffect()));
this.addAbility(new LoyaltyAbility(new WrennAndSevenLandEffect(), 0));
// 3: Create a green Treefolk creature token with reach and "This creature's power and toughness are each equal to the number of lands you control."
this.addAbility(new LoyaltyAbility(new CreateTokenEffect(new WrennAndSevenToken()), -3));