mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08: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);
|
||||
|
||||
// Menace
|
||||
this.addAbility(new MenaceAbility());
|
||||
this.addAbility(new MenaceAbility(false));
|
||||
|
||||
// Other legendary creatures you control have menace.
|
||||
this.addAbility(new SimpleStaticAbility(new GainAbilityControlledEffect(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue