mirror of
https://github.com/correl/mage.git
synced 2024-11-24 19:19:56 +00:00
fix verify failure
This commit is contained in:
parent
08d873ff67
commit
66d77801ef
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public final class KioraSovereignOfTheDeep extends CardImpl {
|
||||||
this.addAbility(VigilanceAbility.getInstance());
|
this.addAbility(VigilanceAbility.getInstance());
|
||||||
|
|
||||||
// Ward {3}
|
// Ward {3}
|
||||||
this.addAbility(new WardAbility(new ManaCostsImpl<>("{3}")));
|
this.addAbility(new WardAbility(new ManaCostsImpl<>("{3}"), false));
|
||||||
|
|
||||||
// Whenever you cast a Kraken, Leviathan, Octopus, or Serpent spell from your hand, look at the top X cards of your library, where X is that spell's mana value. You may cast a spell with mana value less than X from among them without paying its mana cost. Put the rest on the bottom of your library in a random order.
|
// Whenever you cast a Kraken, Leviathan, Octopus, or Serpent spell from your hand, look at the top X cards of your library, where X is that spell's mana value. You may cast a spell with mana value less than X from among them without paying its mana cost. Put the rest on the bottom of your library in a random order.
|
||||||
this.addAbility(new SpellCastControllerTriggeredAbility(
|
this.addAbility(new SpellCastControllerTriggeredAbility(
|
||||||
|
|
Loading…
Reference in a new issue