Merge branch 'coremaster' into historicLDA

# Conflicts:
#	forge-gui/res/formats/Sanctioned/Historic.txt
This commit is contained in:
austinio7116
2021-04-14 19:09:01 +01:00
64 changed files with 531 additions and 430 deletions

View File

@@ -396,9 +396,6 @@ public class PlayerControllerHuman extends PlayerController implements IGameCont
canChooseZero = false;
}
}
if (ability.getHostCard().hasKeyword("Spend only colored mana on X. No more than one mana of each color may be spent this way.")) {
max = 5;
}
}
final int min = canChooseZero ? 0 : 1;