From c22c557f6ffad697a75854a2897335d93c6f2411 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Mon, 28 Apr 2025 11:55:48 -0500 Subject: [PATCH] Fixed Eastern Emyn Muil having the exertion counts for both abilities accidentally reversed. --- .../main/resources/cards/official/set04/set04-Raider.hjson | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set04/set04-Raider.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set04/set04-Raider.hjson index 9da9441a7..da80b171a 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set04/set04-Raider.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set04/set04-Raider.hjson @@ -841,7 +841,7 @@ } effect: { type: exert - count: 2 + times: 2 select: all(ringBound,companion) } } @@ -861,7 +861,7 @@ effect: { type: exert select: choose(ringBound,companion) - times: 2 + times: 1 } } ]