mirror of
https://github.com/correl/mage.git
synced 2024-11-24 19:19:56 +00:00
fix verify failure
This commit is contained in:
parent
79d50a0bad
commit
b534a3f6a2
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public final class AniktheaHandOfErebos extends CardImpl {
|
||||||
this.toughness = new MageInt(4);
|
this.toughness = new MageInt(4);
|
||||||
|
|
||||||
// Menace
|
// Menace
|
||||||
this.addAbility(new MenaceAbility());
|
this.addAbility(new MenaceAbility(false));
|
||||||
|
|
||||||
// Other enchantment creatures you control have menace.
|
// Other enchantment creatures you control have menace.
|
||||||
this.addAbility(new SimpleStaticAbility(new GainAbilityControlledEffect(
|
this.addAbility(new SimpleStaticAbility(new GainAbilityControlledEffect(
|
||||||
|
|
Loading…
Reference in a new issue