From db22132aec38e12d8c9c976994f5c17be7228b90 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Wed, 19 Mar 2025 23:02:09 -0500 Subject: [PATCH] Fixed Ulaire Nertea, WInged Hunter exerting X companions insetad of for each X. --- .../cards/official/set06/set06-Ringwraith.hjson | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Ringwraith.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Ringwraith.hjson index c578d8292..c420ba833 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Ringwraith.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set06/set06-Ringwraith.hjson @@ -215,13 +215,16 @@ filter: another,nazgul } effect: { - type: exert - player: fp - select: choose(ringBound,companion) - count: { + type: Repeat + times: { type: forEachFPCulture over: 2 } + effect: { + type: exert + player: fp + select: choose(ringBound,companion) + } } } ]