mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
enable basic play boosters for EOE
This commit is contained in:
parent
08c729178f
commit
ae0e4e1483
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ public final class EdgeOfEternities extends ExpansionSet {
|
|||
private EdgeOfEternities() {
|
||||
super("Edge of Eternities", "EOE", ExpansionSet.buildDate(2025, 8, 1), SetType.EXPANSION);
|
||||
this.blockName = "Edge of Eternities"; // for sorting in GUI
|
||||
this.hasBasicLands = true;
|
||||
|
||||
this.enablePlayBooster(Integer.MAX_VALUE);
|
||||
this.rotationSet = true;
|
||||
|
||||
cards.add(new SetCardInfo("Adagia, Windswept Bastion", 250, Rarity.MYTHIC, mage.cards.a.AdagiaWindsweptBastion.class, NON_FULL_USE_VARIOUS));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue