mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
[AFR] enabled collation
This commit is contained in:
parent
3ce3adfe1d
commit
91e114e501
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ public final class AdventuresInTheForgottenRealms extends ExpansionSet {
|
|||
}
|
||||
|
||||
private AdventuresInTheForgottenRealms() {
|
||||
super("Adventures in the Forgotten Realms", "AFR", ExpansionSet.buildDate(2021, 7, 23), SetType.EXPANSION);
|
||||
// TODO: add collation object when set is fully implemented
|
||||
super("Adventures in the Forgotten Realms", "AFR", ExpansionSet.buildDate(2021, 7, 23), SetType.EXPANSION, new AdventuresInTheForgottenRealmsCollator());
|
||||
this.blockName = "Adventures in the Forgotten Realms";
|
||||
this.hasBoosters = true;
|
||||
this.hasBasicLands = true;
|
||||
|
|
Loading…
Reference in a new issue