被动188 改为血量百分比排序
parent
27d9738696
commit
f7865231ef
|
|
@ -3604,6 +3604,8 @@ local passivityList = {
|
|||
local list = RoleManager.Query(function(v)
|
||||
return v.camp == role.camp and v.position ~= role.position
|
||||
end)
|
||||
--根据血量百分比排序
|
||||
BattleUtil.SortByHpFactor(list,0)
|
||||
local ff = 1 -- 分摊比
|
||||
-- 检测被动对分摊比的影响
|
||||
local cl = {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue