fix verify failure

This commit is contained in:
theelk801 2025-01-22 11:56:25 -05:00
parent 812f0555e3
commit c4512a2a52

View file

@ -18,7 +18,7 @@ public final class Aetherdrift extends ExpansionSet {
private Aetherdrift() {
super("Aetherdrift", "DFT", ExpansionSet.buildDate(2025, 2, 14), SetType.EXPANSION);
this.blockName = "Aetherdrift"; // for sorting in GUI
this.hasBasicLands = false; // temporary
this.hasBasicLands = true;
this.hasBoosters = false; // temporary
cards.add(new SetCardInfo("Air Response Unit", 1, Rarity.UNCOMMON, mage.cards.a.AirResponseUnit.class));