mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
fixed verify failure
This commit is contained in:
parent
994f1d43ac
commit
0d1e0b467f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public final class GrimeGorger extends CardImpl {
|
|||
this.toughness = new MageInt(3);
|
||||
|
||||
// Menace
|
||||
this.addAbility(new MenaceAbility());
|
||||
this.addAbility(new MenaceAbility(false));
|
||||
|
||||
// Whenever Grime Gorger attacks, exile up to one card of each card type from defending player's graveyard. Put a +1/+1 counter on Grime Gorger for each card exiled this way.
|
||||
this.addAbility(new AttacksTriggeredAbility(
|
||||
|
|
Loading…
Reference in a new issue