mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08: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;
|
return false;
|
||||||
}
|
}
|
||||||
Card card = permanent.getMainCard();
|
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);
|
player.moveCards(card, Zone.BATTLEFIELD, source, game, false, false, true, null);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue