missed colors

This commit is contained in:
Loki 2011-04-09 11:20:22 +03:00
parent 2f210e6bd4
commit 873b2922e2

View file

@ -48,6 +48,8 @@ public class SewnEyeDrake extends CardImpl<SewnEyeDrake> {
this.subtype.add("Zombie");
this.subtype.add("Drake");
this.color.setBlack(true);
this.color.setBlue(true);
this.color.setRed(true);
this.power = new MageInt(3);
this.toughness = new MageInt(1);
this.addAbility(FlyingAbility.getInstance());