【战斗】被动353,修复溢出的伤害无法被无敌盾抵消的问题
parent
2bce8547c7
commit
ace42823db
|
|
@ -8387,7 +8387,7 @@ local passivityList = {
|
|||
local list = RoleManager.Query(function(v) return v.camp ~= role.camp end)
|
||||
list = BattleUtil.SortByHpFactor(list,type)
|
||||
if list and list[1] then
|
||||
BattleUtil.FinalDamage(nil, role, list[1], allDamage)
|
||||
BattleUtil.ApplyDamage(nil, role, list[1], allDamage)
|
||||
allDamage = 0
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue