Fixed Wingfoot wounding X minions instead of wounding a minion for each X

This commit is contained in:
Christian 'ketura' McCarty
2024-12-08 13:03:13 -06:00
parent 3ef64779dd
commit 2f1dbc97d0

View File

@@ -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)
}
}
]
}