Fixed Drawing His Eye not revealing random cards, and not restricting the discarded card to only Shadow cards
This commit is contained in:
@@ -269,7 +269,7 @@
|
|||||||
memorize: spotCount
|
memorize: spotCount
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type: revealCardsFromHand
|
type: RevealRandomCardsFromHand
|
||||||
hand: shadow
|
hand: shadow
|
||||||
count: {
|
count: {
|
||||||
type: fromMemory
|
type: fromMemory
|
||||||
@@ -283,7 +283,7 @@
|
|||||||
hand: shadow
|
hand: shadow
|
||||||
player: you
|
player: you
|
||||||
count: 1
|
count: 1
|
||||||
select: choose(memory(revealedCards))
|
select: choose(side(shadow),memory(revealedCards))
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type: drawCards
|
type: drawCards
|
||||||
|
|||||||
Reference in New Issue
Block a user