Fixed Wingfoot wounding X minions instead of wounding a minion for each X
This commit is contained in:
@@ -1292,12 +1292,15 @@
|
||||
memorize: hobbitCount
|
||||
}
|
||||
{
|
||||
type: wound
|
||||
select: choose(minion)
|
||||
count: {
|
||||
type: Repeat
|
||||
times: {
|
||||
type: fromMemory
|
||||
memory: hobbitCount
|
||||
}
|
||||
effect: {
|
||||
type: wound
|
||||
select: choose(minion)
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user