mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
fix verify failure
This commit is contained in:
parent
037fcb89d1
commit
7831fb3683
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public final class ShanidSleepersScourge extends CardImpl {
|
||||||
this.toughness = new MageInt(4);
|
this.toughness = new MageInt(4);
|
||||||
|
|
||||||
// Menace
|
// Menace
|
||||||
this.addAbility(new MenaceAbility());
|
this.addAbility(new MenaceAbility(false));
|
||||||
|
|
||||||
// Other legendary creatures you control have menace.
|
// Other legendary creatures you control have menace.
|
||||||
this.addAbility(new SimpleStaticAbility(new GainAbilityControlledEffect(
|
this.addAbility(new SimpleStaticAbility(new GainAbilityControlledEffect(
|
||||||
|
|
Loading…
Reference in a new issue