From 956ca03986f2a975996a1c94091bf17ab24ed217 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sun, 9 Feb 2025 23:05:10 -0600 Subject: [PATCH] Fixed Fires Brightly Burning removing [Gollum] cards instead of [Men] cards from discard --- .../src/main/resources/cards/official/set13/set13-Men.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set13/set13-Men.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set13/set13-Men.hjson index 1807798e5..55c26055c 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set13/set13-Men.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set13/set13-Men.hjson @@ -510,7 +510,7 @@ type: discount discount: { type: ifRemoveFromDiscard - filter: culture(gollum) + filter: culture(men) count: 4 } }