mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
[CLB] Temporarily disable boosters until enough of the set is spoiled to generate them
This commit is contained in:
parent
80f6ceccff
commit
ee2ed185b3
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ public final class CommanderLegendsBattleForBaldursGate extends ExpansionSet {
|
|||
super("Commander Legends: Battle for Baldur's Gate", "CLB", ExpansionSet.buildDate(2022, 6, 10), SetType.SUPPLEMENTAL);
|
||||
this.blockName = "Commander Legends";
|
||||
this.hasBasicLands = false;
|
||||
this.hasBoosters = true;
|
||||
this.hasBoosters = false; // temporary
|
||||
|
||||
cards.add(new SetCardInfo("Ancient Brass Dragon", 111, Rarity.MYTHIC, mage.cards.a.AncientBrassDragon.class));
|
||||
cards.add(new SetCardInfo("Bountiful Promenade", 348, Rarity.RARE, mage.cards.b.BountifulPromenade.class));
|
||||
|
|
Loading…
Reference in a new issue