2020 Commander precon decklists

This commit is contained in:
Mike Simons 2020-12-26 20:06:38 -05:00
parent 46e0bb9473
commit 9a6d520ebc
11 changed files with 706 additions and 2 deletions

View file

@ -436,7 +436,7 @@ public abstract class ExpansionSet implements Serializable {
addToBooster(booster, commons);
}
if (numSpecialCommons > 0) { // e.g. used to conditionaly replace common cards in the booster
if (numSpecialCommons > 0) { // e.g. used to conditionally replace common cards in the booster
addSpecialCommon(booster, numSpecialCommons);
}