From af13648cc4c406f42352743038f84f2d8dcfa762 Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Wed, 18 Apr 2018 12:48:41 -0400 Subject: [PATCH] updated Windgrace Acolyte --- Mage.Sets/src/mage/cards/w/WindgraceAcolyte.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/w/WindgraceAcolyte.java b/Mage.Sets/src/mage/cards/w/WindgraceAcolyte.java index 120638792c4..92b1603bb51 100644 --- a/Mage.Sets/src/mage/cards/w/WindgraceAcolyte.java +++ b/Mage.Sets/src/mage/cards/w/WindgraceAcolyte.java @@ -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());