mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
fixed verify failure
This commit is contained in:
parent
a79d57259c
commit
dcfb221ee6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public final class ShakedownHeavy extends CardImpl {
|
|||
this.toughness = new MageInt(4);
|
||||
|
||||
// Menace
|
||||
this.addAbility(new MenaceAbility());
|
||||
this.addAbility(new MenaceAbility(false));
|
||||
|
||||
// Whenever Shakedown Heavy attacks, defending player may have you draw a card. If they do, untap Shakedown Heavy and remove it from combat.
|
||||
this.addAbility(new AttacksTriggeredAbility(
|
||||
|
|
Loading…
Reference in a new issue