fix test failure

This commit is contained in:
theelk801 2024-09-01 11:15:15 -04:00
parent 2e3ee82a7d
commit 4de505d868

View file

@ -16,7 +16,7 @@ public final class DuskmournHouseOfHorrorCommander extends ExpansionSet {
}
private DuskmournHouseOfHorrorCommander() {
super("Duskmourn: House of Horror", "DSC", ExpansionSet.buildDate(2024, 9, 27), SetType.SUPPLEMENTAL);
super("Duskmourn: House of Horror Commander", "DSC", ExpansionSet.buildDate(2024, 9, 27), SetType.SUPPLEMENTAL);
this.hasBasicLands = false;
cards.add(new SetCardInfo("Archon of Cruelty", 371, Rarity.MYTHIC, mage.cards.a.ArchonOfCruelty.class));