diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Raider.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Raider.hjson index 27e2085e6..6257ccbc2 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Raider.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Raider.hjson @@ -262,17 +262,23 @@ filter: mounted,culture(raider),man } effect: [ + { + type: ChooseActiveCards + select: choose(companion,not(ringBearer)) + memorize: discardedCompanion + text: Choose a companion to discard. + } { type: preventable player: fp - text: Would you like to add (4) to prevent discarding a companion? + text: Would you like to add (4) to prevent discarding {discardedCompanion}? cost: { type: addTwilight amount: 4 } effect: { type: discard - select: choose(companion,not(ringBearer)) + select: memory(discardedCompanion) } } ]