From 8af288ce3956ed0ffc86f82e637005286c50c2f4 Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Fri, 26 Apr 2013 12:12:27 +0200 Subject: [PATCH] Fixed wrong color of AEtherling. --- Mage.Sets/src/mage/sets/dragonsmaze/AEtherling.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);