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
9b95faf0fe
commit
64788dea71
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public final class LobeliaSackvilleBaggins extends CardImpl {
|
|||
this.addAbility(FlashAbility.getInstance());
|
||||
|
||||
// Menace
|
||||
this.addAbility(new MenaceAbility());
|
||||
this.addAbility(new MenaceAbility(false));
|
||||
|
||||
// When Lobelia Sackville-Baggins enters the battlefield, exile target creature card from an opponent's graveyard that was put there from the battlefield this turn, then create X Treasure tokens, where X is the exiled card's power.
|
||||
Ability ability = new EntersBattlefieldTriggeredAbility(new LobeliaSackvilleBagginsEffect());
|
||||
|
|
Loading…
Reference in a new issue