Fixed Ulaire Nertea, WInged Hunter exerting X companions insetad of for each X.

This commit is contained in:
Christian 'ketura' McCarty
2025-03-19 23:02:09 -05:00
parent fbddb6de10
commit db22132aec

View File

@@ -215,13 +215,16 @@
filter: another,nazgul
}
effect: {
type: exert
player: fp
select: choose(ringBound,companion)
count: {
type: Repeat
times: {
type: forEachFPCulture
over: 2
}
effect: {
type: exert
player: fp
select: choose(ringBound,companion)
}
}
}
]