This commit is contained in:
BetaSteward 2010-11-12 04:19:11 +00:00
parent 19ae34969e
commit c61881e5df
9 changed files with 36 additions and 13 deletions

View file

@ -45,7 +45,7 @@ import mage.target.common.TargetCreaturePermanent;
public class AetherAdept extends CardImpl<AetherAdept> {
public AetherAdept(UUID ownerId) {
super(ownerId, 41, "Æther Adept", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{U}{U}");
super(ownerId, 41, "AEther Adept", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{U}{U}");
this.expansionSetCode = "M11";
this.subtype.add("Human");
this.subtype.add("Wizard");