mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 11:02:00 -08:00
fix verify failure
This commit is contained in:
parent
141ec01106
commit
2ce00d160b
1 changed files with 3 additions and 2 deletions
|
|
@ -16,8 +16,9 @@ public final class FinalFantasy extends ExpansionSet {
|
||||||
}
|
}
|
||||||
|
|
||||||
private FinalFantasy() {
|
private FinalFantasy() {
|
||||||
super("Final Fantasty", "FIN", ExpansionSet.buildDate(2025, 6, 13), SetType.EXPANSION);
|
super("Final Fantasy", "FIN", ExpansionSet.buildDate(2025, 6, 13), SetType.EXPANSION);
|
||||||
this.blockName = "Final Fantasty"; // for sorting in GUI
|
this.blockName = "Final Fantasy"; // for sorting in GUI
|
||||||
|
this.hasBasicLands = false; // temporary
|
||||||
|
|
||||||
cards.add(new SetCardInfo("Sazh's Chocobo", 200, Rarity.UNCOMMON, mage.cards.s.SazhsChocobo.class));
|
cards.add(new SetCardInfo("Sazh's Chocobo", 200, Rarity.UNCOMMON, mage.cards.s.SazhsChocobo.class));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue