From 707e641ea49dd36f15b23332132747efed7bd784 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sat, 21 Dec 2024 14:20:05 -0600 Subject: [PATCH] Fixed Mordor Warrior making the target strength -1 isntead of if -1 per other [Sauron] Orc you can spot. --- .../main/resources/cards/official/set07/set07-Sauron.hjson | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Sauron.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Sauron.hjson index a1b38af50..a6cfdfacc 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Sauron.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Sauron.hjson @@ -1587,7 +1587,11 @@ effect: { type: modifyStrength select: choose(companion,inSkirmishAgainst(self)) - amount: -1 + amount: { + type: ForEachYouCanSpot + filter: other,culture(sauron),Orc + multiplier: -1 + } limitPerCardThisPhase: 3 } }