mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00: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…
Reference in a new issue