mirror of
https://github.com/correl/mage.git
synced 2024-11-25 11:09:53 +00:00
Fix verify
This commit is contained in:
parent
b774c52981
commit
e86e8bd10b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public final class AronBenaliasRuin extends CardImpl {
|
||||||
this.toughness = new MageInt(3);
|
this.toughness = new MageInt(3);
|
||||||
|
|
||||||
// Menace
|
// Menace
|
||||||
this.addAbility(new MenaceAbility(false));
|
this.addAbility(new MenaceAbility());
|
||||||
|
|
||||||
// {W}{B}, {T}, Sacrifice another creature: Put a +1/+1 counter on each creature you control.
|
// {W}{B}, {T}, Sacrifice another creature: Put a +1/+1 counter on each creature you control.
|
||||||
Ability ability = new SimpleActivatedAbility(
|
Ability ability = new SimpleActivatedAbility(
|
||||||
|
|
Loading…
Reference in a new issue