Skip to content

Commit

Permalink
merge fix and remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Regisle committed Aug 22, 2024
1 parent b838513 commit 22e537b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Modules/ConfigOptions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -731,8 +731,7 @@ Huge sets the radius to 11.
modList:NewMod("HasPvpScaling", "FLAG", true, "Config")
end },
--}
{ var = "playerCursedWithX", type = "multiList", extraTypes = { { "integer", "sets the level of the curse applied", nil, 1 } }, label = "Player is cursed by:" , tooltipFunc = playerCursedWithXTooltip, list = data.playerCursedWithXList, apply = function(val, extraData, modList, enemyModList)
ConPrintTable({"Curse:_", val, extraData})
{ var = "playerCursedWithX", type = "multiList", extraTypes = { { "count", "sets the level of the curse applied", nil, 1 } }, label = "Player is cursed by:" , tooltipFunc = playerCursedWithXTooltip, list = data.playerCursedWithXList, apply = function(val, extraData, modList, enemyModList)
if val == "ALL" then
for _, curse in ipairs(data.playerCursedWithXList) do
if curse.val ~= "NONE" and curse.val ~= "ALL" then
Expand Down

0 comments on commit 22e537b

Please sign in to comment.