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) + } } ] }