mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix verify
This commit is contained in:
parent
e17c773073
commit
7c19a789e1
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ public class SecretLairShowdown extends ExpansionSet {
|
|||
private SecretLairShowdown() {
|
||||
super("Secret Lair Showdown", "SLP", ExpansionSet.buildDate(2023, 2, 17), SetType.PROMOTIONAL);
|
||||
this.hasBoosters = false;
|
||||
this.hasBasicLands = false;
|
||||
this.hasBasicLands = true;
|
||||
|
||||
cards.add(new SetCardInfo("An Offer You Can't Refuse", 7, Rarity.RARE, mage.cards.a.AnOfferYouCantRefuse.class));
|
||||
cards.add(new SetCardInfo("Brainstorm", 1, Rarity.RARE, mage.cards.b.Brainstorm.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue