Merge pull request #1678 from Wehk/master

Fix Crow of Dark Tidings
This commit is contained in:
Derek M 2016-03-28 04:54:40 -04:00
commit 58b8c15ce5

View file

@ -48,7 +48,7 @@ public class CrowOfDarkTidings extends CardImpl {
this.subtype.add("Zombie");
this.subtype.add("Bird");
this.power = new MageInt(2);
this.toughness = new MageInt(2);
this.toughness = new MageInt(1);
// Flying
this.addAbility(FlyingAbility.getInstance());