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
}
effect: {
type: exert
player: fp
select: choose(companion)
count: {
type: Repeat
times: {
type: ForEachSiteYouControl
}
effect: {
type: exert
player: fp
select: choose(companion)
}
}
}
]