mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Name Sticker Goblin - fixed that it was illegal in commander games (close #13295)
This commit is contained in:
parent
741c0875cf
commit
033668b296
1 changed files with 5 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue