mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
fixed Marit Lage's Slumber being optional
This commit is contained in:
parent
2bb2fc1c86
commit
374fba9a5e
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ public final class MaritLagesSlumber extends CardImpl {
|
|||
// At the beginning of your upkeep, if you control ten or more snow permanents, sacrifice Marit Lage's Slumber. If you do, create Marit Lage, a legendary 20/20 black Avatar creature token with flying and indestructible.
|
||||
this.addAbility(new ConditionalInterveningIfTriggeredAbility(
|
||||
new BeginningOfUpkeepTriggeredAbility(new DoIfCostPaid(
|
||||
new CreateTokenEffect(new MaritLageToken()), new SacrificeSourceCost()
|
||||
new CreateTokenEffect(new MaritLageToken()),
|
||||
new SacrificeSourceCost(), "", false
|
||||
), TargetController.YOU, false), condition, "At the beginning of your upkeep, " +
|
||||
"if you control ten or more snow permanents, sacrifice {this}. If you do, create Marit Lage, " +
|
||||
"a legendary 20/20 black Avatar creature token with flying and indestructible."
|
||||
|
|
Loading…
Reference in a new issue