fix Ghost Reaver and Brutal Fervour Interaction (#8290)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user