mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
[UNF] update set file
This commit is contained in:
parent
cd3197af97
commit
39bf4bf0bc
1 changed files with 2 additions and 1 deletions
|
@ -16,8 +16,9 @@ public final class Unfinity extends ExpansionSet {
|
|||
}
|
||||
|
||||
private Unfinity() {
|
||||
super("Unfinity", "UNF", ExpansionSet.buildDate(2022, 4, 1), SetType.JOKESET); // TODO: some of these cards are legacy legal
|
||||
super("Unfinity", "UNF", ExpansionSet.buildDate(2022, 4, 1), SetType.SUPPLEMENTAL);
|
||||
this.hasBasicLands = true;
|
||||
this.hasBoosters = false; // not likely to be able to drafts at any point
|
||||
|
||||
cards.add(new SetCardInfo("Blood Crypt", 279, Rarity.RARE, mage.cards.b.BloodCrypt.class));
|
||||
cards.add(new SetCardInfo("Breeding Pool", 286, Rarity.RARE, mage.cards.b.BreedingPool.class));
|
||||
|
|
Loading…
Reference in a new issue