mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Path to Exile - Fixed that the land was put unter control of the controller of Path to Exile to the battlefield.
This commit is contained in:
parent
f7c354afd3
commit
c9cb53101d
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class PathToExileEffect extends OneShotEffect {
|
|||
if (player.searchLibrary(target, game)) {
|
||||
Card card = player.getLibrary().getCard(target.getFirstTarget(), game);
|
||||
if (card != null) {
|
||||
controller.moveCards(card, Zone.BATTLEFIELD, source, game, true, false, false, null);
|
||||
player.moveCards(card, Zone.BATTLEFIELD, source, game, true, false, false, null);
|
||||
}
|
||||
}
|
||||
player.shuffleLibrary(game);
|
||||
|
|
Loading…
Reference in a new issue