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 memorize: revealedCards
} }
{ {
type: Repeat type: playCardFromDrawDeck
times: { select: choose(memory(revealedCards),knight)
type: ForEachInMemory showAll: false
memory: revealedCards shuffle: true
filter: knight
}
effect: {
type: playCardFromDrawDeck
select: choose(memory(revealedCards),knight)
showAll: false
shuffle: false
}
}
{
type: shuffleDeck
} }
] ]
} }