Merge pull request #894 from argonui/custom-card-handling

Updated custom card handling by player card panel / card index
This commit is contained in:
dscarpac 2024-10-04 21:33:50 -05:00 committed by GitHub
commit ff220afdf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)