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 4aa1f1f commit 1afe9d5Copy full SHA for 1afe9d5
src/Modules/ModParser.lua
@@ -1566,6 +1566,7 @@ local modTagList = {
1566
["while you have infusion"] = { tag = { type = "Condition", var = "InfusionActive" } },
1567
["while focus?sed"] = { tag = { type = "Condition", var = "Focused" } },
1568
["while leeching"] = { tag = { type = "Condition", var = "Leeching" } },
1569
+ ["while leeching life"] = { tag = { type = "Condition", var = "LeechingLife" } },
1570
["while leeching energy shield"] = { tag = { type = "Condition", var = "LeechingEnergyShield" } },
1571
["while leeching mana"] = { tag = { type = "Condition", var = "LeechingMana" } },
1572
["while using a flask"] = { tag = { type = "Condition", var = "UsingFlask" } },
0 commit comments