- Fixing description for Ninjutsu

This commit is contained in:
Sol
2016-02-20 22:26:35 +00:00
parent 2895c7af76
commit 3c07bfb659
12 changed files with 12 additions and 12 deletions

View File

@@ -731,7 +731,7 @@ public class HumanCostDecision extends CostDecisionMakerBase {
final InputSelectCardsFromList inp = new InputSelectCardsFromList(controller, c, c, validCards);
inp.setCancelAllowed(true);
inp.setMessage("Return %d " + cost.getType() + " " + cost.getType() + " card(s) to hand");
inp.setMessage("Return %d " + cost.getDescriptiveType() + " card(s) to hand");
inp.showAndWait();
if (inp.hasCancelled()) {
return null;