* Fixed some problems with creating additional colorless mana.

This commit is contained in:
LevelX2 2016-01-15 19:48:40 +01:00
parent 17108786e7
commit acb57c0fc8
5 changed files with 20 additions and 21 deletions

View file

@ -76,7 +76,7 @@ public class AddManaOfAnyTypeProducedEffect extends ManaEffect {
if (types.getWhite() > 0) {
choice.getChoices().add("White");
}
if (types.getGeneric() > 0) {
if (types.getColorless() > 0) {
choice.getChoices().add("Colorless");
}
if (choice.getChoices().size() > 0) {