excludes "The Heart of Madness" from line drawing

This commit is contained in:
Chr1Z93 2023-02-02 17:50:28 +01:00
parent 94b803deb3
commit fffb9df89e

View File

@ -41,6 +41,7 @@ local SHIFT_EXCLUSION = {
} }
local LOC_LINK_EXCLUDE_SCENARIOS = { local LOC_LINK_EXCLUDE_SCENARIOS = {
["The Witching Hour"] = true, ["The Witching Hour"] = true,
["The Heart of Madness"] = true
} }
local tokenManager = require("core/token/TokenManager") local tokenManager = require("core/token/TokenManager")