Fixed Attunement not revealing the cards to players.
This commit is contained in:
@@ -28,6 +28,16 @@
|
||||
filter: side(shadow)
|
||||
}
|
||||
}
|
||||
{
|
||||
type: memorizeTopOfDeck
|
||||
count: memory(cardCount)
|
||||
memory: topCards
|
||||
}
|
||||
{
|
||||
type: RevealCards
|
||||
select: memory(topCards)
|
||||
count: memory(cardCount)
|
||||
}
|
||||
{
|
||||
type: modifyStrength
|
||||
select: choose(elf)
|
||||
@@ -37,11 +47,6 @@
|
||||
multiplier: 2
|
||||
}
|
||||
}
|
||||
{
|
||||
type: memorizeTopOfDeck
|
||||
count: memory(cardCount)
|
||||
memory: topCards
|
||||
}
|
||||
{
|
||||
type: putCardsFromDeckOnBottomOfDeck
|
||||
select: memory(topCards)
|
||||
|
||||
Reference in New Issue
Block a user