From a8910811ed77685e56bd22e6387432b238427273 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Wed, 23 Apr 2025 21:56:29 -0500 Subject: [PATCH] Fixed Gnawing, Biting, Hacking, Burning permitting selection of the 2 cards discarded as a cost during its action. --- .../main/resources/cards/official/set06/set06-Isengard.hjson | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Isengard.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Isengard.hjson index 6d9eaef8b..0c3f1b8e2 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Isengard.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Isengard.hjson @@ -363,6 +363,7 @@ type: discardStackedCards on: self count: 2 + memorize: discardedCards } { type: removeTwilight @@ -372,7 +373,7 @@ effect: { type: playCardFromDiscard removedTwilight: 1 - select: choose(culture(isengard),orc) + select: choose(culture(isengard),orc,not(memory(discardedCards))) } } ]