From 7ea62d19b571dd8cf204d226050a67073b4b5266 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Fri, 13 Dec 2024 12:48:00 -0600 Subject: [PATCH] Fixed V2 Legion of Isengard affecting 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 af48dfb7c..978c1b2e5 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 @@ -632,10 +632,16 @@ type: addKeyword keyword: damage+1 filter: self - requires: { - type: CanSpot - filter: SiteYouControl, battleground - } + requires: [ + { + type: CanSpot + filter: SiteYouControl, battleground + } + { + type: CanSpot + filter: self,inSkirmish + } + ] } } {