diff --git a/src/Modules/CalcPerform.lua b/src/Modules/CalcPerform.lua index a27cba767e..ca704a6ebc 100644 --- a/src/Modules/CalcPerform.lua +++ b/src/Modules/CalcPerform.lua @@ -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