diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Isengard.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Isengard.hjson index 95d851ce1..53f4fb1e1 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Isengard.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV02/V2-Isengard.hjson @@ -709,10 +709,16 @@ type: cantUseSpecialAbilities filter: any phase: skirmish - requires: { - type: Location - filter: battleground - } + requires: [ + { + type: Location + filter: battleground + } + { + type: CanSpot + filter: inSkirmish, self + } + ] } } ]