forked from External/mage
Implemented Ashiok, Dream Render
This commit is contained in:
parent
bea26691a8
commit
254972be77
170 changed files with 294 additions and 212 deletions
|
|
@ -44,7 +44,7 @@ public class ReplaceOpponentCardsInHandWithSelectedEffect extends OneShotEffect
|
|||
|
||||
TargetCardInLibrary target = new TargetCardInLibrary(searchLibraryForNum, searchLibraryForNum, new FilterCard());
|
||||
|
||||
controller.searchLibrary(target, game, targetOpponent.getId());
|
||||
controller.searchLibrary(target, source, game, targetOpponent.getId());
|
||||
|
||||
for (UUID cardId : target.getTargets()) {
|
||||
Card targetCard = game.getCard(cardId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue