Fixed **Gothmog, Lieutenant of Morgul** making Freeps wound X companions instead of wounding companions for each X.

This commit is contained in:
Christian 'ketura' McCarty
2024-12-18 00:16:44 -06:00
parent 467d084d38
commit aa20747d3a

View File

@@ -618,12 +618,15 @@
filter: self
}
effect: {
type: wound
player: free people
select: choose(companion)
count: {
type: Repeat
times: {
type: ForEachSiteYouControl
}
effect: {
type: wound
player: free people
select: choose(companion)
}
}
}
{