Fixed Drawing His Eye not revealing random cards, and not restricting the discarded card to only Shadow cards

This commit is contained in:
Christian 'ketura' McCarty
2024-12-10 12:56:21 -06:00
parent 619a67084d
commit 103b3ddfc5

View File

@@ -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