forked from External/mage
[SPE] fix Sensational Spider-Man not targeting at all
This commit is contained in:
parent
0835f49ba3
commit
36aaf3460f
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class SensationalSpiderManEffect extends OneShotEffect {
|
|||
// TODO: this ideally would be able to prevent the player from choosing a number greater than the number of stun counters available to remove
|
||||
TargetPermanentAmount target = new TargetPermanentAmount(3, 0, filter);
|
||||
target.withNotTarget(true);
|
||||
player.choose(outcome, target, source, game);
|
||||
player.chooseTarget(outcome, target, source, game);
|
||||
int amountRemoved = target
|
||||
.getTargets()
|
||||
.stream()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue