From 1be8fdeb611d0b084ddcdb3ad7226916c53fa9c7 Mon Sep 17 00:00:00 2001 From: xenohedron Date: Sat, 31 Aug 2024 23:24:51 -0400 Subject: [PATCH] fix #12770 (Empty the Laboratory) --- Mage.Sets/src/mage/cards/e/EmptyTheLaboratory.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Mage.Sets/src/mage/cards/e/EmptyTheLaboratory.java b/Mage.Sets/src/mage/cards/e/EmptyTheLaboratory.java index 0bf4af6fd69..41df01c8054 100644 --- a/Mage.Sets/src/mage/cards/e/EmptyTheLaboratory.java +++ b/Mage.Sets/src/mage/cards/e/EmptyTheLaboratory.java @@ -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)) {