forked from External/mage
Fixed wrong color of AEtherling.
This commit is contained in:
parent
06aec6f8ae
commit
8af288ce39
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue