add processAction to Glimpse the Impossible

This commit is contained in:
Susucre 2024-06-02 19:43:14 +02:00
parent 3f20ec17a6
commit 6fa722cae5

View file

@ -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);