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
|
||||
|
||||
-- spawn additional token (maybe specific for investigator)
|
||||
if extraToken ~= "None" then
|
||||
-- set to current class if nil
|
||||
extraToken = extraToken or activeInvestigatorClass
|
||||
|
||||
if extraToken and extraToken ~= "None" then
|
||||
-- local positions
|
||||
local tokenSpawnPos = {
|
||||
action = {
|
||||
|
Loading…
Reference in New Issue
Block a user