forked from External/mage
fix verify failure
This commit is contained in:
parent
22946bb35e
commit
4b7e7ef0e7
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ public final class PainDistributor extends CardImpl {
|
|||
this.toughness = new MageInt(3);
|
||||
|
||||
// Menace
|
||||
this.addAbility(new MenaceAbility());
|
||||
this.addAbility(new MenaceAbility(false));
|
||||
|
||||
// Whenever a player casts their first spell each turn, they create a Treasure token.
|
||||
this.addAbility(new SpellCastAllTriggeredAbility(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue