From 91024f1f29c42855d971baba919536d135e31aeb Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sun, 6 Apr 2025 13:34:01 -0500 Subject: [PATCH] Adjusting Writhiing Tentacle to not permit itself to be chosen (which may happen if it is played at a non-marsh) --- .../main/resources/cards/unofficial/pc/setV01/V1_moria.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV01/V1_moria.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV01/V1_moria.hjson index 904981eb0..a080bdb31 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV01/V1_moria.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV01/V1_moria.hjson @@ -717,7 +717,7 @@ ] effect: { type: StackCardsFromDiscard - select: choose(tentacle) + select: choose(other,tentacle) count: 2 where: memory(stacker) }