Fixed Derurin's target filter. Fixed Shards of Narsil selection method.

This commit is contained in:
Christian 'ketura' McCarty
2024-11-09 14:34:55 -06:00
parent 4f3ca53b94
commit c260f65ce6
2 changed files with 16 additions and 5 deletions

View File

@@ -352,10 +352,21 @@
type: addTwilight
amount: 1
}
effect: {
type: putStackedCardsIntoHand
on: self
}
effect: [
{
type: ChooseCardsFromSingleStack
select: choose(any)
count: 1
on: self
memorize: chosenCard
text: Choose a card to take into hand
}
{
type: putStackedCardsIntoHand
select: memory(chosenCard)
on: self
}
]
}
]
gametext: Plays to your support area.<br><b>Fellowship:</b> Stack a [gondor] card from hand here.<br><b>Fellowship:</b> Add (1) to take a card stacked here into hand.

View File

@@ -458,7 +458,7 @@
}
effect: {
type: discard
select: choose(engine,machine,possession)
select: choose(or(engine,machine,possession))
}
}
]