Fixed wrong color of AEtherling.

This commit is contained in:
LevelX2 2013-04-26 12:12:27 +02:00
parent 06aec6f8ae
commit 8af288ce39

View file

@ -60,7 +60,7 @@ public class AEtherling extends CardImpl<AEtherling> {
super(ownerId, 11, "AEtherling", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{4}{U}{U}");
this.expansionSetCode = "DGM";
this.subtype.add("Shapeshifter");
this.color.setGreen(true);
this.color.setBlue(true);
this.power = new MageInt(4);
this.toughness = new MageInt(5);