fix #12770 (Empty the Laboratory)

This commit is contained in:
xenohedron 2024-08-31 23:24:51 -04:00
parent 3b3d0977a9
commit 1be8fdeb61

View file

@ -90,6 +90,7 @@ class EmptyTheLaboratoryEffect extends OneShotEffect {
sacrificed++;
}
}
game.processAction();
Cards toReveal = new CardsImpl();
int zombies = 0;
for (Card card : player.getLibrary().getCards(game)) {