Fixed Attunement not revealing the cards to players.
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user