mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
[TLA] fix being labeled as a rotation set
This commit is contained in:
parent
22dd0bc037
commit
fcb1aaf5fd
2 changed files with 0 additions and 2 deletions
|
|
@ -18,7 +18,6 @@ public final class AvatarTheLastAirbender extends ExpansionSet {
|
|||
private AvatarTheLastAirbender() {
|
||||
super("Avatar: The Last Airbender", "TLA", ExpansionSet.buildDate(2025, 11, 21), SetType.EXPANSION);
|
||||
this.blockName = "Avatar: The Last Airbender"; // for sorting in GUI
|
||||
this.rotationSet = true;
|
||||
this.hasBasicLands = true;
|
||||
|
||||
this.enablePlayBooster(358);
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ public final class AvatarTheLastAirbenderEternal extends ExpansionSet {
|
|||
private AvatarTheLastAirbenderEternal() {
|
||||
super("Avatar: The Last Airbender Eternal", "TLE", ExpansionSet.buildDate(2025, 11, 21), SetType.SUPPLEMENTAL);
|
||||
this.blockName = "Avatar: The Last Airbender"; // for sorting in GUI
|
||||
this.rotationSet = true;
|
||||
this.hasBasicLands = true;
|
||||
|
||||
cards.add(new SetCardInfo("Aang and Katara", 69, Rarity.RARE, mage.cards.a.AangAndKatara.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue