mirror of
https://github.com/correl/mage.git
synced 2025-01-02 11:07:28 +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);
|
this.toughness = new MageInt(5);
|
||||||
|
|
||||||
// Menace
|
// 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.
|
// 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);
|
Ability ability = new DiesCreatureTriggeredAbility(new LoseLifeOpponentsEffect(1), false, filter);
|
||||||
|
|
Loading…
Reference in a new issue