mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
CardUtil: canProduce removed leftover when {1} is turned into {C}
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user