another verify fix

This commit is contained in:
Evan Kranzler 2022-09-14 10:02:06 -04:00
parent ecfcfdf726
commit 835d90f0da

View file

@ -17,7 +17,7 @@ public final class Warhammer40000 extends ExpansionSet {
private Warhammer40000() { private Warhammer40000() {
super("Warhammer 40,000", "40K", ExpansionSet.buildDate(2022, 4, 29), SetType.SUPPLEMENTAL); super("Warhammer 40,000", "40K", ExpansionSet.buildDate(2022, 4, 29), SetType.SUPPLEMENTAL);
this.hasBasicLands = false; this.hasBasicLands = true;
this.hasBoosters = false; this.hasBoosters = false;
cards.add(new SetCardInfo("Abaddon the Despoiler", 2, Rarity.MYTHIC, mage.cards.a.AbaddonTheDespoiler.class)); cards.add(new SetCardInfo("Abaddon the Despoiler", 2, Rarity.MYTHIC, mage.cards.a.AbaddonTheDespoiler.class));