mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
fix basic land flag
This commit is contained in:
parent
535f2a8cf7
commit
91f2e3155f
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ public final class DuskmournHouseOfHorror extends ExpansionSet {
|
||||||
private DuskmournHouseOfHorror() {
|
private DuskmournHouseOfHorror() {
|
||||||
super("Duskmourn: House of Horror", "DSK", ExpansionSet.buildDate(2024, 9, 27), SetType.EXPANSION);
|
super("Duskmourn: House of Horror", "DSK", ExpansionSet.buildDate(2024, 9, 27), SetType.EXPANSION);
|
||||||
this.blockName = "Duskmourn: House of Horror"; // for sorting in GUI
|
this.blockName = "Duskmourn: House of Horror"; // for sorting in GUI
|
||||||
this.hasBasicLands = true;
|
this.hasBasicLands = false;
|
||||||
this.hasBoosters = false; // temporary
|
this.hasBoosters = false; // temporary
|
||||||
|
|
||||||
cards.add(new SetCardInfo("Enduring Tenacity", 390, Rarity.MYTHIC, mage.cards.e.EnduringTenacity.class));
|
cards.add(new SetCardInfo("Enduring Tenacity", 390, Rarity.MYTHIC, mage.cards.e.EnduringTenacity.class));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue