diff --git a/Modules/ConfigOptions.lua b/Modules/ConfigOptions.lua index cbd800b0e..c2939759b 100644 --- a/Modules/ConfigOptions.lua +++ b/Modules/ConfigOptions.lua @@ -78,7 +78,7 @@ return { modList:NewMod("Condition:BladestormInSandstorm", "FLAG", true, "Config", { type = "SkillName", skillName = "Bladestorm" }) end }, { label = "Brand Skills:", ifSkillList = { "Armageddon Brand", "Storm Brand" } }, -- I barely resisted the temptation to label this "Generic Brand:" - { var = "brandAttachedToEnemy", type = "check", label = "Is Attached to the Enemy?", ifSkill = "Storm Brand", apply = function(val, modList, enemyModList) + { var = "brandAttachedToEnemy", type = "check", label = "Is Attached to the Enemy?", ifSkillList = { "Armageddon Brand", "Storm Brand" }, apply = function(val, modList, enemyModList) modList:NewMod("Condition:BrandAttachedToEnemy", "FLAG", true, "Config", { type = "SkillType", skillType = SkillType.Brand }) end }, { label = "Dark Pact:", ifSkill = "Dark Pact" },