- Real fix for Padeem, needed to filter by Types CMC not just any permanents CMC

This commit is contained in:
Sol
2016-09-29 15:03:57 +00:00
parent ce10b34927
commit a3c82bbc74
5 changed files with 12 additions and 19 deletions

View File

@@ -1151,7 +1151,7 @@ public class HumanCostDecision extends CostDecisionMakerBase {
if (totalPower) {
final int i = Integer.parseInt(totalP);
final InputSelectCardsFromList inp = new InputSelectCardsFromList(controller, 0, typeList.size(), typeList);
inp.setMessage("Select a card to tap.");
inp.setMessage("Select a creature to tap.");
inp.setCancelAllowed(true);
inp.showAndWait();