Skip to content

Commit 1afe9d5

Browse files
LocalIdentityLocalIdentity
andauthored
Fix Damage while Leeching Life mod not working (#8205)
The Implicit from Synthesis doesn't currently get parsed Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent 4aa1f1f commit 1afe9d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Modules/ModParser.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,6 +1566,7 @@ local modTagList = {
15661566
["while you have infusion"] = { tag = { type = "Condition", var = "InfusionActive" } },
15671567
["while focus?sed"] = { tag = { type = "Condition", var = "Focused" } },
15681568
["while leeching"] = { tag = { type = "Condition", var = "Leeching" } },
1569+
["while leeching life"] = { tag = { type = "Condition", var = "LeechingLife" } },
15691570
["while leeching energy shield"] = { tag = { type = "Condition", var = "LeechingEnergyShield" } },
15701571
["while leeching mana"] = { tag = { type = "Condition", var = "LeechingMana" } },
15711572
["while using a flask"] = { tag = { type = "Condition", var = "UsingFlask" } },

0 commit comments

Comments
 (0)