diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set05/set05-Isengard-errata.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set05/set05-Isengard-errata.hjson index c306d85b4..a6b10e1a6 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set05/set05-Isengard-errata.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set05/set05-Isengard-errata.hjson @@ -60,29 +60,25 @@ { type: activated phase: skirmish - cost: [ + effect: [ { - type: MemorizeNumber + type: repeat amount: { type: ForEachToken filter: self culture: isengard } - memory: tokenCount + effect: { + type: Heal + count: 1 + filter: choose(Uruk-hai) + } } { type: discard filter: self } ] - effect: { - type: Heal - count: { - type: FromMemory - memory: tokenCount - } - filter: choose(Uruk-hai) - } } ]