mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
fixed verify failure
This commit is contained in:
parent
77fbe2229c
commit
4aa4dba69d
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public final class SafanaCalimportCutthroat extends CardImpl {
|
|||
this.toughness = new MageInt(2);
|
||||
|
||||
// Menace
|
||||
this.addAbility(new MenaceAbility());
|
||||
this.addAbility(new MenaceAbility(false));
|
||||
|
||||
// At the beginning of your end step, if you have the initiative, create a Treasure token. If you've completed a dungeon, create three of those tokens instead.
|
||||
this.addAbility(new BeginningOfEndStepTriggeredAbility(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue