mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
added legendary supertype
This commit is contained in:
parent
1d32f49fd0
commit
dda11116fc
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ public class TolarianAcademy extends CardImpl<TolarianAcademy> {
|
|||
|
||||
public TolarianAcademy(UUID ownerId) {
|
||||
super(ownerId, 330, "Tolarian Academy", Rarity.RARE, new CardType[]{CardType.LAND}, "");
|
||||
this.supertype.add("Legendary");
|
||||
this.expansionSetCode = "USG";
|
||||
|
||||
DynamicManaAbility ability = new DynamicManaAbility(Mana.BlueMana, new PermanentsOnBattlefieldCount(filter));
|
||||
|
|
Loading…
Reference in a new issue