This commit is contained in:
Maxmtg
2013-04-13 07:17:13 +00:00
parent 3c7acdca32
commit 2dcb365841

View File

@@ -164,6 +164,7 @@ public class CostSacrifice extends CostPartWithList {
InputSelectCards inp = new InputSelectCardsFromList(c, c, list); InputSelectCards inp = new InputSelectCardsFromList(c, c, list);
inp.setMessage("Select a " + this.getDescriptiveType() + " to sacrifice (%d left)"); inp.setMessage("Select a " + this.getDescriptiveType() + " to sacrifice (%d left)");
inp.setCancelAllowed(true);
FThreads.setInputAndWait(inp); FThreads.setInputAndWait(inp);
if ( inp.hasCancelled() ) if ( inp.hasCancelled() )
return false; return false;