Fixed Trample not communicating which companion is to be discarded.
This commit is contained in:
@@ -262,17 +262,23 @@
|
||||
filter: mounted,culture(raider),man
|
||||
}
|
||||
effect: [
|
||||
{
|
||||
type: ChooseActiveCards
|
||||
select: choose(companion,not(ringBearer))
|
||||
memorize: discardedCompanion
|
||||
text: Choose a companion to discard.
|
||||
}
|
||||
{
|
||||
type: preventable
|
||||
player: fp
|
||||
text: Would you like to add (4) to prevent discarding a companion?
|
||||
text: Would you like to add (4) to prevent discarding {discardedCompanion}?
|
||||
cost: {
|
||||
type: addTwilight
|
||||
amount: 4
|
||||
}
|
||||
effect: {
|
||||
type: discard
|
||||
select: choose(companion,not(ringBearer))
|
||||
select: memory(discardedCompanion)
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user