mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Real fix for Padeem, needed to filter by Types CMC not just any permanents CMC
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user