mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Fix Crow of Dark Tidings
This commit is contained in:
parent
4d48d38726
commit
ae16df8bc7
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue