forked from External/mage
* Mox Opal - Fixed handling and tooltip text.
This commit is contained in:
parent
15bd62f24e
commit
eba9e5925f
3 changed files with 14 additions and 5 deletions
|
|
@ -133,7 +133,7 @@ public class LookLibraryAndPickControllerEffect extends LookLibraryControllerEff
|
|||
TargetCard target = new TargetCard((upTo ? 0:numberToPick.calculate(game, source, this)),numberToPick.calculate(game, source, this), Zone.PICK, pickFilter);
|
||||
if (player.choose(Outcome.DrawCard, cards, target, game)) {
|
||||
Cards reveal = new CardsImpl();
|
||||
for (UUID cardId : (List<UUID>)target.getTargets()) {
|
||||
for (UUID cardId : target.getTargets()) {
|
||||
Card card = cards.get(cardId, game);
|
||||
if (card != null) {
|
||||
cards.remove(card);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue