Skip to content

Commit

Permalink
fix Ghost Reaver and Brutal Fervour Interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Regisle committed Sep 7, 2024
1 parent 5667a34 commit 20c1d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/CalcPerform.lua
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ local function doActorMisc(env, actor)
local effect = m_max(m_floor(70 * calcLib.mod(modDB, nil, "SelfChillEffect")), 0)
modDB:NewMod("ActionSpeed", "INC", -effect, "Freeze")
end
if modDB:Flag(nil, "CanLeechLifeOnFullLife") then
if modDB:Flag(nil, "CanLeechLifeOnFullLife") and not modDB:Flag(nil, "GhostReaver") then
condList["Leeching"] = true
condList["LeechingLife"] = true
end
Expand Down

0 comments on commit 20c1d4c

Please sign in to comment.