From bd2145a17e621aa832084a336623f9359d851fce Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sat, 14 Jun 2025 11:30:21 -0500 Subject: [PATCH] Fixed FInal Strike only responding to Free Peoples cards (and not the Free Peoples player using The One Ring or sites). --- .../main/resources/cards/official/set10/set10-Gollum.hjson | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set10/set10-Gollum.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set10/set10-Gollum.hjson index bd831fde2..902783a01 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set10/set10-Gollum.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set10/set10-Gollum.hjson @@ -100,12 +100,12 @@ trigger: [ { type: usesSpecialAbility - filter: side(free people) + player: Free Peoples phase: maneuver } { type: usesSpecialAbility - filter: side(free people) + player: Free Peoples phase: archery } ]