From c5b9ab645d5cf8631c6cb98fc6068dc038903a45 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Wed, 11 Sep 2024 22:04:09 -0500 Subject: [PATCH] Fixing Deadly Contest not adding the bonus tokens for spotting both Legolas and Gimli --- .../cards/unofficial/pc/setV02/setv02-Elven-playtest.hjson | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Elven-playtest.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Elven-playtest.hjson index d6d929995..da605e3be 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Elven-playtest.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Elven-playtest.hjson @@ -350,10 +350,6 @@ timewords: Maneuver effects: { type: event - cost: { - type: Spot - filter: elf, companion - }, effect: [ { type: Choice @@ -412,10 +408,12 @@ { type: ReinforceTokens culture: elven + select: choose(HasCultureToken(elven)) } { type: ReinforceTokens culture: dwarven + select: choose(HasCultureToken(dwarven)) } ] }