From 6caac39c82749fda8fd5e8fb215e0171b4d8c25a Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Wed, 20 Nov 2024 21:15:19 -0600 Subject: [PATCH] Fixed Grond, Hammer of the Underworld using the wrong method for calculating twilight cost, which prevented it from targeting anything at all --- .../src/main/resources/cards/official/set08/set08-Sauron.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set08/set08-Sauron.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set08/set08-Sauron.hjson index c030aa9a1..408891f4b 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set08/set08-Sauron.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set08/set08-Sauron.hjson @@ -614,7 +614,7 @@ effect: [ { type: discard - select: choose(side(free people),not(companion),printedTwilightCostFromMemory(tokenCount)) + select: choose(side(free people),not(companion),minTwilight(memory(tokenCount)),maxTwilight(memory(tokenCount))) } { type: discard