From 4c66aa1b564971209adab80ce205d1d4d78cf548 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Fri, 9 May 2025 15:26:02 -0500 Subject: [PATCH] Fixed V2 Berserk Fanatic only applying its wounding against companions and not all characters. --- .../main/resources/cards/unofficial/pc/setV02/V2-Isengard.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 778ac84bb..eed8bbd6f 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 @@ -154,7 +154,7 @@ } effect: { type: wound - select: choose(companion,RecentlyInSkirmishAgainst(self)) + select: choose(character,RecentlyInSkirmishAgainst(self)) } } ]