From 22e537be245493e27391a2ce618e14105f05a22f Mon Sep 17 00:00:00 2001 From: Regisle Date: Thu, 22 Aug 2024 19:14:12 +0930 Subject: [PATCH] merge fix and remove print statement --- src/Modules/ConfigOptions.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Modules/ConfigOptions.lua b/src/Modules/ConfigOptions.lua index 96dd8821a1..c59350b58e 100644 --- a/src/Modules/ConfigOptions.lua +++ b/src/Modules/ConfigOptions.lua @@ -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