mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
another verify fix
This commit is contained in:
parent
ecfcfdf726
commit
835d90f0da
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||||
|
|
Loading…
Reference in a new issue