From ca0f7fbe0e37ec2338862e20b447d82fbedeafb8 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sat, 5 Apr 2025 12:29:48 -0500 Subject: [PATCH] Fixed Morgul Squealer permitting itself to be selected as a card to play from discard. --- .../main/resources/cards/official/set08/set08-Ringwraith.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set08/set08-Ringwraith.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set08/set08-Ringwraith.hjson index e16317d1c..1fd04c2c5 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set08/set08-Ringwraith.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set08/set08-Ringwraith.hjson @@ -521,7 +521,7 @@ } effect: { type: playCardFromDiscard - select: choose(culture(wraith),minion) + select: choose(culture(wraith),minion,not(self)) } } {