diff --git a/Mage.Sets/src/mage/sets/dragonsmaze/AEtherling.java b/Mage.Sets/src/mage/sets/dragonsmaze/AEtherling.java index b39f761ad6f..8250ee42212 100644 --- a/Mage.Sets/src/mage/sets/dragonsmaze/AEtherling.java +++ b/Mage.Sets/src/mage/sets/dragonsmaze/AEtherling.java @@ -60,7 +60,7 @@ public class AEtherling extends CardImpl { 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);