mirror of
https://github.com/correl/mage.git
synced 2024-12-30 19:10:36 +00:00
fix verify failure
This commit is contained in:
parent
e10d974715
commit
565ce0dbac
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public final class LocthwainLancer extends CardImpl {
|
|||
this.toughness = new MageInt(5);
|
||||
|
||||
// Menace
|
||||
this.addAbility(new MenaceAbility());
|
||||
this.addAbility(new MenaceAbility(false));
|
||||
|
||||
// Whenever a nontoken Knight you control dies, each opponent loses 1 life and you draw a card.
|
||||
Ability ability = new DiesCreatureTriggeredAbility(new LoseLifeOpponentsEffect(1), false, filter);
|
||||
|
|
Loading…
Reference in a new issue