mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08:00
Fix toughness of Aerie Mystics
This commit is contained in:
parent
85b30355cf
commit
4656601ff5
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ public class AerieMystics extends CardImpl {
|
|||
this.subtype.add("Bird");
|
||||
this.subtype.add("Wizard");
|
||||
this.power = new MageInt(3);
|
||||
this.toughness = new MageInt(4);
|
||||
this.toughness = new MageInt(3);
|
||||
this.addAbility(FlyingAbility.getInstance());
|
||||
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, new GainAbilityControlledEffect(ShroudAbility.getInstance(), Duration.EndOfTurn, filter), new ManaCostsImpl("{1}{G}{U}")));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue