Fixed Dread and Despair offering prevention clause before target is chosen
This commit is contained in:
@@ -585,10 +585,16 @@
|
|||||||
count: 2
|
count: 2
|
||||||
}
|
}
|
||||||
effect: [
|
effect: [
|
||||||
|
{
|
||||||
|
type: ChooseActiveCards
|
||||||
|
text: Choose a condition to discard
|
||||||
|
select: choose(condition)
|
||||||
|
memorize: chosenCard
|
||||||
|
}
|
||||||
{
|
{
|
||||||
type: preventable
|
type: preventable
|
||||||
player: free people
|
player: free people
|
||||||
text: Would you like to discard the top 6 cards of your draw deck to prevent discarding a condition?
|
text: Would you like to discard the top 6 cards of your draw deck to prevent discarding {chosenCard}?
|
||||||
cost: {
|
cost: {
|
||||||
type: discardTopCardsFromDeck
|
type: discardTopCardsFromDeck
|
||||||
forced: false
|
forced: false
|
||||||
@@ -597,7 +603,7 @@
|
|||||||
}
|
}
|
||||||
effect: {
|
effect: {
|
||||||
type: discard
|
type: discard
|
||||||
select: choose(condition)
|
select: memory(chosenCard)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user