Fixed Wind that Sped Ships permitting the player to choose to spot more than 6 tokens (the strength bonus was correctly being set to +6, it's only the selection being a nuisance).

This commit is contained in:
Christian 'ketura' McCarty
2025-03-19 21:17:40 -05:00
parent c327f2ecd9
commit 9f03d5b15b

View File

@@ -980,9 +980,13 @@
text: Choose how many {raider} tokens to spot
from: 0
to: {
type: Min
firstNumber: {
type: ForEachCultureToken
culture: raider
}
secondNumber: 6
}
memorize: spotCount
}
{