CardUtil: canProduce removed leftover when {1} is turned into {C}

This commit is contained in:
Hanmac
2016-09-30 13:03:29 +00:00
parent 77ca7fef62
commit ceea862dac

View File

@@ -479,8 +479,7 @@ public final class CardUtil {
}
}
// TODO Sol Remove production of "1" Generic Mana
if (maxChoices == 6 && (ab.canProduce("1") || ab.canProduce("C"))) {
if (maxChoices == 6 && ab.canProduce("C")) {
colors.add(MagicColor.Constant.COLORLESS);
}