* Scroll Rack - Fixed Cancel select cards did not work.

This commit is contained in:
LevelX2 2014-06-18 08:41:54 +02:00
parent 30cfe6193e
commit b72c671830

View file

@ -93,6 +93,7 @@ class ScrollRackEffect extends OneShotEffect {
if (you != null) {
TargetCardInHand target = new TargetCardInHand(0, you.getHand().size(), filter);
target.setRequired(false);
int amountExiled = 0;
if (target.canChoose(source.getControllerId(), game) && target.choose(Outcome.Neutral, source.getControllerId(), source.getId(), game)) {
if (!target.getTargets().isEmpty()) {