Skip to content

Commit

Permalink
fix verify failure
Browse files Browse the repository at this point in the history
  • Loading branch information
theelk801 committed Jan 22, 2025
1 parent 812f055 commit c4512a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mage.Sets/src/mage/sets/Aetherdrift.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static Aetherdrift getInstance() {
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));
Expand Down

0 comments on commit c4512a2

Please sign in to comment.