From a41a95976b997862fd79c84eb2aec11b61cae54c Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Wed, 19 Mar 2025 21:33:36 -0500 Subject: [PATCH] Fixed V2 Legion of Isengard blocking skirmish special abilities in all skirmishes and not just its own. --- .../cards/unofficial/pc/setV02/V2-Isengard.hjson | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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 + } + ] } } ]