Fixed Banner of Isengard exerting X companions instead of exerting for each X

This commit is contained in:
Christian 'ketura' McCarty
2025-06-27 19:13:05 -05:00
parent bb54ecbf72
commit f600f8f2b6

View File

@@ -140,12 +140,15 @@
filter: bearer filter: bearer
} }
effect: { effect: {
type: exert type: Repeat
player: fp times: {
select: choose(companion)
count: {
type: ForEachSiteYouControl type: ForEachSiteYouControl
} }
effect: {
type: exert
player: fp
select: choose(companion)
}
} }
} }
] ]