From acf73f438330659e1f44b5731c76876544f2454d Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Thu, 10 Apr 2025 10:25:53 -0500 Subject: [PATCH] Fixed His First Serious Check failing to discard the card after paying the twilight --- .../cards/official/set03/set03-Gandalf.hjson | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set03/set03-Gandalf.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set03/set03-Gandalf.hjson index 9e9607339..dea4ed8ae 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set03/set03-Gandalf.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set03/set03-Gandalf.hjson @@ -246,16 +246,17 @@ true: { type: optional text: Would you like to add twilight to discard {revealedCard} + cost: { + type: addTwilight + amount: { + type: twilightCostInMemory + memory: revealedCard + } + } effect: [ { - type: addTwilight - amount: { - type: twilightCostInMemory - memory: revealedCard - } - } - { - type: discard + type: DiscardFromHand + forced: true select: memory(revealedCard) } ]