Merge pull request #894 from argonui/custom-card-handling
Updated custom card handling by player card panel / card index
This commit is contained in:
commit
ff220afdf8
@ -268,6 +268,9 @@ function buildSupplementalIndexes()
|
||||
if OFFICIAL_CYCLE_LIST[cycleName] ~= true then
|
||||
otherCardsDetected = true
|
||||
|
||||
-- overwrite the cycle for easier handling by the playercard panel
|
||||
cycleName = "other"
|
||||
|
||||
-- maybe add to special investigator / minicard index
|
||||
if card.metadata.type == "Investigator" then
|
||||
writeToNestedTable(customInvestigatorData, "InvestigatorGroup", cardId)
|
||||
|
Loading…
x
Reference in New Issue
Block a user