Merge pull request #209 from argonui/eote-line-drawing-exclusion

Excludes "The Heart of Madness" from line drawing
This commit is contained in:
Chr1Z 2023-02-02 18:46:45 +01:00 committed by GitHub
commit 8adc197a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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