From 2dd4a6a0e0b03c8b9bb39dafae3c315022b3cfed Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sun, 9 Feb 2025 13:58:39 -0600 Subject: [PATCH] Fixing Asfaloth, Elven Steed only affecting 1 minion instead of all minions skirmishing bearer --- .../src/main/resources/cards/official/set07/set07-Elven.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Elven.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Elven.hjson index 2bf21c4ff..04e909161 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Elven.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set07/set07-Elven.hjson @@ -126,7 +126,7 @@ } effect: { type: modifyStrength - select: choose(minion,inSkirmishAgainst(bearer)) + select: all(minion,inSkirmishAgainst(bearer)) amount: -2 } }