Fixed His First Serious Check failing to discard the card after paying the twilight

This commit is contained in:
Christian 'ketura' McCarty
2025-04-10 10:25:53 -05:00
parent 7937ee914a
commit acf73f4383

View File

@@ -246,16 +246,17 @@
true: {
type: optional
text: Would you like to add twilight to discard {revealedCard}
cost: {
type: addTwilight
amount: {
type: twilightCostInMemory
memory: revealedCard
}
}
effect: [
{
type: addTwilight
amount: {
type: twilightCostInMemory
memory: revealedCard
}
}
{
type: discard
type: DiscardFromHand
forced: true
select: memory(revealedCard)
}
]