diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set02/set02-Shire-errata.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set02/set02-Shire-errata.hjson index e127ff2ac..f5e33d76b 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set02/set02-Shire-errata.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/errata/set02/set02-Shire-errata.hjson @@ -106,9 +106,12 @@ filter: self } effect: { - type: modifyStrength - filter: all(Nazgul) - amount: -4 + type: addModifier + modifier: { + type: ModifyStrength + amount: -4 + filter: Nazgul + } until: start(regroup) } }