forked from External/mage
fix verify failure
This commit is contained in:
parent
75d08f6fcc
commit
f50bd7ce54
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ public final class AssassinsCreed extends ExpansionSet {
|
|||
private AssassinsCreed() {
|
||||
super("Assassin's Creed", "ACR", ExpansionSet.buildDate(2024, 7, 5), SetType.EXPANSION);
|
||||
this.blockName = "Assassin's Creed"; // for sorting in GUI
|
||||
this.hasBasicLands = false;
|
||||
this.hasBasicLands = true;
|
||||
this.hasBoosters = false;
|
||||
|
||||
cards.add(new SetCardInfo("Abstergo Entertainment", 79, Rarity.RARE, mage.cards.a.AbstergoEntertainment.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue