Skip to content

Commit

Permalink
fix verify failure
Browse files Browse the repository at this point in the history
  • Loading branch information
theelk801 committed Feb 24, 2024
1 parent 3aba743 commit ee0ba61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mage.Sets/src/mage/sets/AssassinsCreed.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static AssassinsCreed getInstance() {
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 = true;
this.hasBasicLands = false;
this.hasBoosters = false;

cards.add(new SetCardInfo("Cover of Darkness", 89, Rarity.RARE, mage.cards.c.CoverOfDarkness.class));
Expand Down

0 comments on commit ee0ba61

Please sign in to comment.