Fixed Attunement not revealing the cards to players.

This commit is contained in:
Christian 'ketura' McCarty
2025-03-22 01:02:16 -05:00
parent 4f9584853a
commit 552171449e

View File

@@ -28,6 +28,16 @@
filter: side(shadow) filter: side(shadow)
} }
} }
{
type: memorizeTopOfDeck
count: memory(cardCount)
memory: topCards
}
{
type: RevealCards
select: memory(topCards)
count: memory(cardCount)
}
{ {
type: modifyStrength type: modifyStrength
select: choose(elf) select: choose(elf)
@@ -37,11 +47,6 @@
multiplier: 2 multiplier: 2
} }
} }
{
type: memorizeTopOfDeck
count: memory(cardCount)
memory: topCards
}
{ {
type: putCardsFromDeckOnBottomOfDeck type: putCardsFromDeckOnBottomOfDeck
select: memory(topCards) select: memory(topCards)