From 1700a06b00a78650cf1962c5805765fedd700b1e Mon Sep 17 00:00:00 2001 From: theelk801 Date: Tue, 25 Nov 2025 21:06:56 -0500 Subject: [PATCH] [SLP] update and rename set --- .../{SecretLairShowdown.java => SecretLairPromo.java} | 9 +++++---- Utils/known-sets.txt | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) rename Mage.Sets/src/mage/sets/{SecretLairShowdown.java => SecretLairPromo.java} (94%) diff --git a/Mage.Sets/src/mage/sets/SecretLairShowdown.java b/Mage.Sets/src/mage/sets/SecretLairPromo.java similarity index 94% rename from Mage.Sets/src/mage/sets/SecretLairShowdown.java rename to Mage.Sets/src/mage/sets/SecretLairPromo.java index 3f32c7ceb5b..3826f981f38 100644 --- a/Mage.Sets/src/mage/sets/SecretLairShowdown.java +++ b/Mage.Sets/src/mage/sets/SecretLairPromo.java @@ -7,15 +7,15 @@ import mage.constants.SetType; /** * https://scryfall.com/sets/slp */ -public class SecretLairShowdown extends ExpansionSet { +public class SecretLairPromo extends ExpansionSet { - private static final SecretLairShowdown instance = new SecretLairShowdown(); + private static final SecretLairPromo instance = new SecretLairPromo(); - public static SecretLairShowdown getInstance() { + public static SecretLairPromo getInstance() { return instance; } - private SecretLairShowdown() { + private SecretLairPromo() { super("Secret Lair Showdown", "SLP", ExpansionSet.buildDate(2023, 2, 17), SetType.PROMOTIONAL); this.hasBoosters = false; this.hasBasicLands = true; @@ -32,6 +32,7 @@ public class SecretLairShowdown extends ExpansionSet { cards.add(new SetCardInfo("Fauna Shaman", 41, Rarity.RARE, mage.cards.f.FaunaShaman.class)); cards.add(new SetCardInfo("Flowerfoot Swordmaster", 46, Rarity.RARE, mage.cards.f.FlowerfootSwordmaster.class)); cards.add(new SetCardInfo("Force of Despair", 29, Rarity.RARE, mage.cards.f.ForceOfDespair.class, FULL_ART)); + cards.add(new SetCardInfo("Forest", 35, Rarity.LAND, mage.cards.basiclands.Forest.class, FULL_ART_BFZ_VARIOUS)); cards.add(new SetCardInfo("Garruk Wildspeaker", 42, Rarity.MYTHIC, mage.cards.g.GarrukWildspeaker.class)); cards.add(new SetCardInfo("Goblin Guide", 23, Rarity.RARE, mage.cards.g.GoblinGuide.class)); cards.add(new SetCardInfo("Innkeeper's Talent", 45, Rarity.RARE, mage.cards.i.InnkeepersTalent.class, FULL_ART)); diff --git a/Utils/known-sets.txt b/Utils/known-sets.txt index 7e1ba03be1f..5d64c87398c 100644 --- a/Utils/known-sets.txt +++ b/Utils/known-sets.txt @@ -242,7 +242,7 @@ Sega Dreamcast Cards|SegaDreamcastCards| Scars of Mirrodin|ScarsOfMirrodin| Scourge|Scourge| Secret Lair Drop|SecretLairDrop| -Secret Lair Showdown|SecretLairShowdown| +Secret Lair Promo|SecretLairPromo| Seventh Edition|SeventhEdition| Shadowmoor|Shadowmoor| Shadows over Innistrad|ShadowsOverInnistrad|