diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set03/set03-Gondor.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set03/set03-Gondor.hjson index 76e2d0aee..d224f77cd 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set03/set03-Gondor.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set03/set03-Gondor.hjson @@ -352,10 +352,21 @@ type: addTwilight amount: 1 } - effect: { - type: putStackedCardsIntoHand - on: self - } + effect: [ + { + type: ChooseCardsFromSingleStack + select: choose(any) + count: 1 + on: self + memorize: chosenCard + text: Choose a card to take into hand + } + { + type: putStackedCardsIntoHand + select: memory(chosenCard) + on: self + } + ] } ] gametext: Plays to your support area.
Fellowship: Stack a [gondor] card from hand here.
Fellowship: Add (1) to take a card stacked here into hand. diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Gondor.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Gondor.hjson index f0405b937..d07e82917 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Gondor.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Gondor.hjson @@ -458,7 +458,7 @@ } effect: { type: discard - select: choose(engine,machine,possession) + select: choose(or(engine,machine,possession)) } } ]