Fixing Faramir, Defender of Osgiliath playing all revealed knights instead of just 1

This commit is contained in:
Christian 'ketura' McCarty
2025-03-19 23:13:52 -05:00
parent db22132aec
commit d4e82a12eb

View File

@@ -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
}
]
}