mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
[40K] is a Commander product and won't have boosters
This commit is contained in:
parent
35f52ecf99
commit
60e0fba7f2
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ public final class Warhammer40000 extends ExpansionSet {
|
|||
private Warhammer40000() {
|
||||
super("Warhammer 40,000", "40K", ExpansionSet.buildDate(2022, 4, 29), SetType.SUPPLEMENTAL);
|
||||
this.hasBasicLands = false;
|
||||
this.hasBoosters = false;
|
||||
|
||||
cards.add(new SetCardInfo("Abaddon the Despoiler", 171, Rarity.MYTHIC, mage.cards.a.AbaddonTheDespoiler.class));
|
||||
cards.add(new SetCardInfo("Blood for the Blood God!", 108, Rarity.COMMON, mage.cards.b.BloodForTheBloodGod.class));
|
||||
|
|
Loading…
Reference in a new issue