Fixing Faramir, Defender of Osgiliath playing all revealed knights instead of just 1
This commit is contained in:
@@ -201,21 +201,10 @@
|
||||
memorize: revealedCards
|
||||
}
|
||||
{
|
||||
type: Repeat
|
||||
times: {
|
||||
type: ForEachInMemory
|
||||
memory: revealedCards
|
||||
filter: knight
|
||||
}
|
||||
effect: {
|
||||
type: playCardFromDrawDeck
|
||||
select: choose(memory(revealedCards),knight)
|
||||
showAll: false
|
||||
shuffle: false
|
||||
}
|
||||
}
|
||||
{
|
||||
type: shuffleDeck
|
||||
type: playCardFromDrawDeck
|
||||
select: choose(memory(revealedCards),knight)
|
||||
showAll: false
|
||||
shuffle: true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user