forked from External/mage
change looping over maps (Sonar)
This commit is contained in:
parent
63718e7a6e
commit
dc112215d4
11 changed files with 24 additions and 22 deletions
|
|
@ -53,7 +53,7 @@ public class TapAllTargetPlayerControlsEffect extends OneShotEffect {
|
|||
}
|
||||
|
||||
return "tap all " + filter.toString() + " target " +
|
||||
(mode.getTargets().size() == 0 ? "player" : mode.getTargets().get(0).getTargetName()) +
|
||||
(mode.getTargets().isEmpty() ? "player" : mode.getTargets().get(0).getTargetName()) +
|
||||
" controls";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue