We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249544f commit 62bc351Copy full SHA for 62bc351
1 file changed
src/Modules/ModParser.lua
@@ -27,7 +27,7 @@ local function combineToUpper(str, sepPattern)
27
end
28
29
-- Convert condition verb forms to their proper condition variable names
30
--- TODO better name? somehow combine with the function below?
+-- TODO better name? somehow combine with statusToEffectMap
31
local function getConditionVar(verb)
32
local conditionMap = {
33
["curse"] = "Cursed",
0 commit comments