[AFR] enabled collation

This commit is contained in:
Evan Kranzler 2021-08-28 16:02:23 -04:00
parent 3ce3adfe1d
commit 91e114e501

View file

@ -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;