From b952400dfbdf92132d76ce269765826598c58497 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Fri, 27 Jun 2025 18:58:59 -0500 Subject: [PATCH] Fixed Argument Ready to Hand discarding Gollum (he has no race and should never be affected) --- .../src/main/resources/cards/official/set12/set12-Dwarven.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set12/set12-Dwarven.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set12/set12-Dwarven.hjson index bd089ebb2..0d4402959 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set12/set12-Dwarven.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set12/set12-Dwarven.hjson @@ -29,7 +29,7 @@ } { type: discard - select: all(minion,not(race(memory(chosenMinion)))) + select: all(minion,hasRace,not(race(memory(chosenMinion)))) } ] }