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
|
||||
}
|
||||
{
|
||||
type: revealCardsFromHand
|
||||
type: RevealRandomCardsFromHand
|
||||
hand: shadow
|
||||
count: {
|
||||
type: fromMemory
|
||||
@@ -283,7 +283,7 @@
|
||||
hand: shadow
|
||||
player: you
|
||||
count: 1
|
||||
select: choose(memory(revealedCards))
|
||||
select: choose(side(shadow),memory(revealedCards))
|
||||
}
|
||||
{
|
||||
type: drawCards
|
||||
|
||||
Reference in New Issue
Block a user