mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
missed colors
This commit is contained in:
parent
2f210e6bd4
commit
873b2922e2
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ public class SewnEyeDrake extends CardImpl<SewnEyeDrake> {
|
||||||
this.subtype.add("Zombie");
|
this.subtype.add("Zombie");
|
||||||
this.subtype.add("Drake");
|
this.subtype.add("Drake");
|
||||||
this.color.setBlack(true);
|
this.color.setBlack(true);
|
||||||
|
this.color.setBlue(true);
|
||||||
|
this.color.setRed(true);
|
||||||
this.power = new MageInt(3);
|
this.power = new MageInt(3);
|
||||||
this.toughness = new MageInt(1);
|
this.toughness = new MageInt(1);
|
||||||
this.addAbility(FlyingAbility.getInstance());
|
this.addAbility(FlyingAbility.getInstance());
|
||||||
|
|
Loading…
Reference in a new issue