mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
commit
58b8c15ce5
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