From 38bd7d2ab413eea576f36f47a4005d24bd847115 Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Fri, 4 Oct 2024 18:51:02 +0200 Subject: [PATCH] Updated custom card handling by player card panel / card index --- src/playercards/AllCardsBag.ttslua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/playercards/AllCardsBag.ttslua b/src/playercards/AllCardsBag.ttslua index 11e97bf4..f01ae11a 100644 --- a/src/playercards/AllCardsBag.ttslua +++ b/src/playercards/AllCardsBag.ttslua @@ -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)