Fixing Deadly Contest not adding the bonus tokens for spotting both Legolas and Gimli

This commit is contained in:
Christian 'ketura' McCarty
2024-09-11 22:04:09 -05:00
parent 2dcc1f6056
commit c5b9ab645d

View File

@@ -350,10 +350,6 @@
timewords: Maneuver
effects: {
type: event
cost: {
type: Spot
filter: elf, companion
},
effect: [
{
type: Choice
@@ -412,10 +408,12 @@
{
type: ReinforceTokens
culture: elven
select: choose(HasCultureToken(elven))
}
{
type: ReinforceTokens
culture: dwarven
select: choose(HasCultureToken(dwarven))
}
]
}