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,8 +980,12 @@
text: Choose how many {raider} tokens to spot text: Choose how many {raider} tokens to spot
from: 0 from: 0
to: { to: {
type: ForEachCultureToken type: Min
culture: raider firstNumber: {
type: ForEachCultureToken
culture: raider
}
secondNumber: 6
} }
memorize: spotCount memorize: spotCount
} }