forked from External/mage
fix verify failure
This commit is contained in:
parent
4108bf9b9e
commit
151e2e0a5b
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ public final class TarkirDragonstorm extends ExpansionSet {
|
|||
private TarkirDragonstorm() {
|
||||
super("Tarkir: Dragonstorm", "TDM", ExpansionSet.buildDate(2025, 4, 11), SetType.EXPANSION);
|
||||
this.blockName = "Tarkir: Dragonstorm"; // for sorting in GUI
|
||||
this.hasBasicLands = false; // temporary
|
||||
this.hasBasicLands = true;
|
||||
|
||||
cards.add(new SetCardInfo("Agent of Kotis", 36, Rarity.COMMON, mage.cards.a.AgentOfKotis.class));
|
||||
cards.add(new SetCardInfo("Barrensteppe Siege", 171, Rarity.RARE, mage.cards.b.BarrensteppeSiege.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue