mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
[EOE] set as rotation set
This commit is contained in:
parent
a4efcea043
commit
eeb7c28e78
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ 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.rotationSet = true;
|
||||
this.hasBasicLands = false; // temporary
|
||||
|
||||
cards.add(new SetCardInfo("Tezzeret, Cruel Captain", 2, Rarity.MYTHIC, mage.cards.t.TezzeretCruelCaptain.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue