Skip to content

Commit

Permalink
[ACR] make set modern legal
Browse files Browse the repository at this point in the history
  • Loading branch information
theelk801 committed Jun 26, 2024
1 parent 3f5d2bb commit 55f3b4c
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 @@ -16,7 +16,7 @@ public static AssassinsCreed getInstance() {
}

private AssassinsCreed() {
super("Assassin's Creed", "ACR", ExpansionSet.buildDate(2024, 7, 5), SetType.EXPANSION);
super("Assassin's Creed", "ACR", ExpansionSet.buildDate(2024, 7, 5), SetType.SUPPLEMENTAL_MODERN_LEGAL);
this.blockName = "Assassin's Creed"; // for sorting in GUI
this.hasBasicLands = true;
this.hasBoosters = false;
Expand Down

0 comments on commit 55f3b4c

Please sign in to comment.