mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
* Infinite Obliteration - Fixed that the cards from players library were not exiled (also realted to other cards that use that effect class).
This commit is contained in:
parent
f14cbb7f36
commit
3f8ae0cf61
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ public abstract class SearchTargetGraveyardHandLibraryForCardNameAndExileEffect
|
|||
filter.setMessage("card named " + cardName + " in the library of " + targetPlayer.getLogName());
|
||||
TargetCardInLibrary targetLib = new TargetCardInLibrary(0, cardsCount, filter);
|
||||
if (controller.choose(Outcome.Exile, cardsInLibrary, targetLib, game)) {
|
||||
controller.moveCards(new CardsImpl(target.getTargets()), Zone.EXILED, source, game);
|
||||
controller.moveCards(new CardsImpl(targetLib.getTargets()), Zone.EXILED, source, game);
|
||||
}
|
||||
targetPlayer.shuffleLibrary(game);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue