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:
@@ -980,9 +980,13 @@
|
|||||||
text: Choose how many {raider} tokens to spot
|
text: Choose how many {raider} tokens to spot
|
||||||
from: 0
|
from: 0
|
||||||
to: {
|
to: {
|
||||||
|
type: Min
|
||||||
|
firstNumber: {
|
||||||
type: ForEachCultureToken
|
type: ForEachCultureToken
|
||||||
culture: raider
|
culture: raider
|
||||||
}
|
}
|
||||||
|
secondNumber: 6
|
||||||
|
}
|
||||||
memorize: spotCount
|
memorize: spotCount
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user