(feat/Prototypes) Add prefix negation also to zoneId and encounterId load checks

(cherry picked from commit 666d59ccc86b7f2c34fe032e4f6a57c3689fdf9f)
This commit is contained in:
NoM0Re
2025-10-27 06:55:29 -07:00
committed by andrew6180
parent 2a85906a75
commit 8e19bd2546
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ function Private.InitializeEncounterAndZoneLists()
encounter_list = encounter_list .. "\n"
end
encounter_list = encounter_list:sub(1, -3) .. "\n\n" .. L["Based on "] .. "https://wago.tools/db2/DungeonEncounter?build=3.4.5.63009\n" .. L["Supports multiple entries, separated by commas\n"]
encounter_list = encounter_list:sub(1, -3) .. "\n\n" .. L["Based on "] .. "https://wago.tools/db2/DungeonEncounter?build=3.4.5.63009\n" .. L["Supports multiple entries, separated by commas. Prefix with '-' for negation."]
end
function Private.get_encounters_list()