mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
fixes
This commit is contained in:
parent
19ae34969e
commit
c61881e5df
9 changed files with 36 additions and 13 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue