Fix Crow of Dark Tidings

This commit is contained in:
Wehk 2016-03-28 08:46:17 +02:00
parent 4d48d38726
commit ae16df8bc7

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());