Skip to content

Commit

Permalink
Fix Damage while Leeching Life mod not working
Browse files Browse the repository at this point in the history
The Implicit from Synthesis doesn't currently get parsed
  • Loading branch information
LocalIdentity committed Aug 17, 2024
1 parent 7cce7a7 commit 6177578
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Modules/ModParser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1566,6 +1566,7 @@ local modTagList = {
["while you have infusion"] = { tag = { type = "Condition", var = "InfusionActive" } },
["while focus?sed"] = { tag = { type = "Condition", var = "Focused" } },
["while leeching"] = { tag = { type = "Condition", var = "Leeching" } },
["while leeching life"] = { tag = { type = "Condition", var = "LeechingLife" } },
["while leeching energy shield"] = { tag = { type = "Condition", var = "LeechingEnergyShield" } },
["while leeching mana"] = { tag = { type = "Condition", var = "LeechingMana" } },
["while using a flask"] = { tag = { type = "Condition", var = "UsingFlask" } },
Expand Down

0 comments on commit 6177578

Please sign in to comment.