mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
* Scroll Rack - Fixed Cancel select cards did not work.
This commit is contained in:
parent
30cfe6193e
commit
b72c671830
1 changed files with 1 additions and 0 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue