fix Ghost Reaver and Brutal Fervour Interaction (#8290)

This commit is contained in:
Regisle
2024-09-20 13:48:55 +09:30
committed by GitHub
parent 5f3d097fc4
commit d34137a440

View File

@@ -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