Skip to content

Commit

Permalink
Merge pull request magefree#1678 from Wehk/master
Browse files Browse the repository at this point in the history
Fix Crow of Dark Tidings
  • Loading branch information
drmDev committed Mar 28, 2016
2 parents d49c9b9 + ae16df8 commit 58b8c15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public CrowOfDarkTidings(UUID ownerId) {
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());
Expand Down

0 comments on commit 58b8c15

Please sign in to comment.