Name Sticker Goblin - fixed that it was illegal in commander games (close #13295)

This commit is contained in:
Oleg Agafonov 2025-02-05 00:05:42 +04:00
parent 741c0875cf
commit 033668b296

View file

@ -16,10 +16,14 @@ public final class Unfinity extends ExpansionSet {
}
private Unfinity() {
super("Unfinity", "UNF", ExpansionSet.buildDate(2022, 4, 1), SetType.JOKE_SET);
super("Unfinity", "UNF", ExpansionSet.buildDate(2022, 4, 1), SetType.SUPPLEMENTAL);
this.hasBasicLands = true;
this.hasBoosters = false; // un-set, low implemented cards
// set contains both legal and joke cards, so must use SetType.SUPPLEMENTAL:
// https://mtg.fandom.com/wiki/Unfinity
// The set is the first Un-set to include a mix of eternal-legal cards and acorn cards.
cards.add(new SetCardInfo("\"Name Sticker\" Goblin", "107m", Rarity.COMMON, mage.cards.n.NameStickerGoblin.class));
cards.add(new SetCardInfo("Atomwheel Acrobats", 130, Rarity.COMMON, mage.cards.a.AtomwheelAcrobats.class));
cards.add(new SetCardInfo("Attempted Murder", 66, Rarity.UNCOMMON, mage.cards.a.AttemptedMurder.class));