Updated custom card handling by player card panel / card index

This commit is contained in:
Chr1Z93 2024-10-04 18:51:02 +02:00
parent 91fb9d3b8b
commit 38bd7d2ab4

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)