updated Windgrace Acolyte

This commit is contained in:
Evan Kranzler 2018-04-18 12:48:41 -04:00
parent c11a16d115
commit af13648cc4

View file

@ -51,7 +51,7 @@ public class WindgraceAcolyte extends CardImpl {
this.subtype.add(SubType.CAT); this.subtype.add(SubType.CAT);
this.subtype.add(SubType.WARRIOR); this.subtype.add(SubType.WARRIOR);
this.power = new MageInt(3); this.power = new MageInt(3);
this.toughness = new MageInt(3); this.toughness = new MageInt(2);
// Flying // Flying
this.addAbility(FlyingAbility.getInstance()); this.addAbility(FlyingAbility.getInstance());