Merge pull request #709 from argonui/extra-token
Changed default behaviour to 3 tokens
This commit is contained in:
commit
700a79a5d5
@ -903,10 +903,7 @@ function maybeUpdateActiveInvestigator(card)
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- spawn additional token (maybe specific for investigator)
|
-- spawn additional token (maybe specific for investigator)
|
||||||
if extraToken ~= "None" then
|
if extraToken and extraToken ~= "None" then
|
||||||
-- set to current class if nil
|
|
||||||
extraToken = extraToken or activeInvestigatorClass
|
|
||||||
|
|
||||||
-- local positions
|
-- local positions
|
||||||
local tokenSpawnPos = {
|
local tokenSpawnPos = {
|
||||||
action = {
|
action = {
|
||||||
|
Loading…
Reference in New Issue
Block a user