diff --git a/unpacked.ttslua b/unpacked.ttslua index 517c20f60..eac2b53db 100644 --- a/unpacked.ttslua +++ b/unpacked.ttslua @@ -350,8 +350,12 @@ function onLoad(savedData) optionPanel = loadedData.optionPanel acknowledgedUpgradeVersions = loadedData.acknowledgedUpgradeVersions updateOptionPanelState() - -- hack to disable on load - playmatApi.clickableClues(false, "All") + + -- hack to set options on load + applyOptionPanelChange("useClueClickers", false) + applyOptionPanelChange("useResourceCounters", true) + applyOptionPanelChange("showTokenArranger", true) + applyOptionPanelChange("showChaosBagManager", true) else print("Saved state could not be found!") end