From 7d36c436e0a61f9f9b3bd163c883445a989d214a Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sat, 22 Mar 2025 21:10:17 -0500 Subject: [PATCH] Fixed Trample not communicating which companion is to be discarded. --- .../resources/cards/official/set06/set06-Raider.hjson | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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) } } ]