forked from External/mage
add processAction to Glimpse the Impossible
This commit is contained in:
parent
3f20ec17a6
commit
6fa722cae5
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ class GlimpseTheImpossibleEffect extends OneShotEffect {
|
|||
}
|
||||
Cards cards = new CardsImpl(exileZone.getCards(game));
|
||||
controller.moveCards(cards, Zone.GRAVEYARD, source, game);
|
||||
game.getState().processAction(game);
|
||||
cards.retainZone(Zone.GRAVEYARD, game);
|
||||
new CreateTokenEffect(new EldraziSpawnToken(), cards.size())
|
||||
.apply(game, source);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue