Skip to content

Commit d34137a

Browse files
authored
fix Ghost Reaver and Brutal Fervour Interaction (#8290)
1 parent 5f3d097 commit d34137a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Modules/CalcPerform.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ local function doActorMisc(env, actor)
706706
local effect = m_max(m_floor(70 * calcLib.mod(modDB, nil, "SelfChillEffect")), 0)
707707
modDB:NewMod("ActionSpeed", "INC", -effect, "Freeze")
708708
end
709-
if modDB:Flag(nil, "CanLeechLifeOnFullLife") then
709+
if modDB:Flag(nil, "CanLeechLifeOnFullLife") and not modDB:Flag(nil, "GhostReaver") then
710710
condList["Leeching"] = true
711711
condList["LeechingLife"] = true
712712
end

0 commit comments

Comments
 (0)