From aa20747d3ab6a994d894337fceedbed952343461 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Wed, 18 Dec 2024 00:16:44 -0600 Subject: [PATCH] Fixed **Gothmog, Lieutenant of Morgul** making Freeps wound X companions instead of wounding companions for each X. --- .../resources/cards/official/set10/set10-Sauron.hjson | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set10/set10-Sauron.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set10/set10-Sauron.hjson index 6f0671031..96a6ceca4 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set10/set10-Sauron.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set10/set10-Sauron.hjson @@ -618,12 +618,15 @@ filter: self } effect: { - type: wound - player: free people - select: choose(companion) - count: { + type: Repeat + times: { type: ForEachSiteYouControl } + effect: { + type: wound + player: free people + select: choose(companion) + } } } {