fix basic land flag

This commit is contained in:
theelk801 2024-06-27 18:31:00 -04:00
parent 535f2a8cf7
commit 91f2e3155f

View file

@ -18,7 +18,7 @@ public final class DuskmournHouseOfHorror extends ExpansionSet {
private DuskmournHouseOfHorror() {
super("Duskmourn: House of Horror", "DSK", ExpansionSet.buildDate(2024, 9, 27), SetType.EXPANSION);
this.blockName = "Duskmourn: House of Horror"; // for sorting in GUI
this.hasBasicLands = true;
this.hasBasicLands = false;
this.hasBoosters = false; // temporary
cards.add(new SetCardInfo("Enduring Tenacity", 390, Rarity.MYTHIC, mage.cards.e.EnduringTenacity.class));