diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Isengard-playtest.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Isengard-playtest.hjson index 3b4f34009..bcebf435e 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Isengard-playtest.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/setv02-Isengard-playtest.hjson @@ -798,17 +798,21 @@ } memorize: removed } - { - type: RemoveTokensCumulative - count: memory(removed) - filter: machine - } + ], effect: [ { - type: AssignFpCharacterToSkirmish - fpCharacter: choose(or(ally,and(unbound,companion))) - minion: choose(uruk-hai, MaxTwilight(memory(removed))) + type: CostToEffect + cost: { + type: RemoveTokensCumulative + count: memory(removed) + filter: machine + } + effect: { + type: AssignFpCharacterToSkirmish + fpCharacter: choose(or(ally,and(unbound,companion))) + minion: choose(uruk-hai, MaxTwilight(memory(removed))) + } } ] }