Fixed Ithilien Trap exerting X minions instead of exerting a minion for each X.
This commit is contained in:
@@ -817,14 +817,17 @@
|
||||
phase: maneuver
|
||||
effect: [
|
||||
{
|
||||
type: exert
|
||||
select: choose(minion)
|
||||
count: {
|
||||
type: Repeat
|
||||
times: {
|
||||
type: ForEachCultureToken
|
||||
filter: self
|
||||
culture: gondor
|
||||
limit: 3
|
||||
}
|
||||
effect: {
|
||||
type: exert
|
||||
select: choose(minion)
|
||||
}
|
||||
}
|
||||
{
|
||||
type: discard
|
||||
|
||||
Reference in New Issue
Block a user