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 #8106)
This commit is contained in:
parent
b9ebac5575
commit
1507d63282
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue