Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/playercards/AllCardsBag.ttslua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down