forked from External/mage
fix #12770 (Empty the Laboratory)
This commit is contained in:
parent
3b3d0977a9
commit
1be8fdeb61
1 changed files with 1 additions and 0 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue