From e8fdcff76c0475b5cfc637cbc3633e9d229278e2 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sat, 7 Dec 2024 11:08:26 -0600 Subject: [PATCH] Fixed isengard underling taking minions instead of events --- .../src/main/resources/cards/official/set11/set11-Orc.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set11/set11-Orc.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set11/set11-Orc.hjson index 10648ea94..cd9cef55e 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set11/set11-Orc.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set11/set11-Orc.hjson @@ -908,7 +908,7 @@ } effect: { type: putCardsFromDiscardIntoHand - select: choose(culture(orc),minion) + select: choose(culture(orc),event) } } ]