Skip to content

Commit 62bc351

Browse files
committed
Fix todo note
1 parent 249544f commit 62bc351

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Modules/ModParser.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ local function combineToUpper(str, sepPattern)
2727
end
2828

2929
-- Convert condition verb forms to their proper condition variable names
30-
-- TODO better name? somehow combine with the function below?
30+
-- TODO better name? somehow combine with statusToEffectMap
3131
local function getConditionVar(verb)
3232
local conditionMap = {
3333
["curse"] = "Cursed",

0 commit comments

Comments
 (0)