Fixing Faramir, Defender of Osgiliath playing all revealed knights instead of just 1
This commit is contained in:
@@ -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
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user