mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
fix verify failure
This commit is contained in:
parent
39270046d2
commit
bc1c8ad3f8
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public final class OvikaEnigmaGoliath extends CardImpl {
|
|||
// Ward--{3}, Pay 3 life.
|
||||
this.addAbility(new WardAbility(new CompositeCost(
|
||||
new GenericManaCost(2), new PayLifeCost(3), "{3}, Pay 3 life"
|
||||
)));
|
||||
), false));
|
||||
|
||||
// Whenever you cast a noncreature spell, create X 1/1 red Phyrexian Goblin creature tokens, where X is the mana value of that spell. They gain haste until end of turn.
|
||||
this.addAbility(new SpellCastControllerTriggeredAbility(
|
||||
|
|
Loading…
Reference in a new issue