From 2f1dbc97d0e8164ed7412c5f244a762c475701e4 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sun, 8 Dec 2024 13:03:13 -0600 Subject: [PATCH] Fixed Wingfoot wounding X minions instead of wounding a minion for each X --- .../resources/cards/official/set04/set04-Gondor.hjson | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set04/set04-Gondor.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set04/set04-Gondor.hjson index cbde764fd..d22d3da2f 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set04/set04-Gondor.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set04/set04-Gondor.hjson @@ -1292,12 +1292,15 @@ memorize: hobbitCount } { - type: wound - select: choose(minion) - count: { + type: Repeat + times: { type: fromMemory memory: hobbitCount } + effect: { + type: wound + select: choose(minion) + } } ] }