Adjusting Writhiing Tentacle to not permit itself to be chosen (which may happen if it is played at a non-marsh)

This commit is contained in:
Christian 'ketura' McCarty
2025-04-06 13:34:01 -05:00
parent bb22a51a4f
commit 91024f1f29

View File

@@ -717,7 +717,7 @@
] ]
effect: { effect: {
type: StackCardsFromDiscard type: StackCardsFromDiscard
select: choose(tentacle) select: choose(other,tentacle)
count: 2 count: 2
where: memory(stacker) where: memory(stacker)
} }