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
|
|
@ -41,7 +41,7 @@ public class RecruiterEffect extends OneShotEffect {
|
|||
if (controller != null) {
|
||||
TargetCardInLibrary targetCards = new TargetCardInLibrary(0, Integer.MAX_VALUE, filter);
|
||||
Cards cards = new CardsImpl();
|
||||
if (controller.searchLibrary(targetCards, game)) {
|
||||
if (controller.searchLibrary(targetCards, source, game)) {
|
||||
cards.addAll(targetCards.getTargets());
|
||||
}
|
||||
controller.revealCards(staticText, cards, game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue