mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Fixing description for Ninjutsu
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user