Fixed His First Serious Check failing to discard the card after paying the twilight
This commit is contained in:
@@ -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)
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user