mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Fixed Estrid's Invocation (#9932)
This commit is contained in:
parent
9bbf7149e3
commit
97b2ab0b26
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class EstridsInvocationEffect extends OneShotEffect {
|
|||
return false;
|
||||
}
|
||||
Card card = permanent.getMainCard();
|
||||
player.moveCards(card, Zone.EXILED, source, game);
|
||||
player.moveCards(permanent, Zone.EXILED, source, game);
|
||||
player.moveCards(card, Zone.BATTLEFIELD, source, game, false, false, true, null);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue