mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
updated Windgrace Acolyte
This commit is contained in:
parent
c11a16d115
commit
af13648cc4
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class WindgraceAcolyte extends CardImpl {
|
|||
this.subtype.add(SubType.CAT);
|
||||
this.subtype.add(SubType.WARRIOR);
|
||||
this.power = new MageInt(3);
|
||||
this.toughness = new MageInt(3);
|
||||
this.toughness = new MageInt(2);
|
||||
|
||||
// Flying
|
||||
this.addAbility(FlyingAbility.getInstance());
|
||||
|
|
Loading…
Reference in a new issue