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) } ]