From 20c1d4cab59ca0c4d68053384e412334af67c0ed Mon Sep 17 00:00:00 2001 From: Regisle Date: Sat, 7 Sep 2024 15:32:25 +0930 Subject: [PATCH] fix Ghost Reaver and Brutal Fervour Interaction --- src/Modules/CalcPerform.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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