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 filter: self
} }
effect: { effect: {
type: wound type: Repeat
player: free people times: {
select: choose(companion)
count: {
type: ForEachSiteYouControl type: ForEachSiteYouControl
} }
effect: {
type: wound
player: free people
select: choose(companion)
}
} }
} }
{ {