[战斗]========被动431修改
parent
e97ab8fa84
commit
eff4c32f68
|
@ -11103,7 +11103,7 @@ local passivityList = {
|
|||
if skill and not skill.isTriggerJudge and judge==1 then
|
||||
return
|
||||
end
|
||||
local list = RoleManager.Query(function(v) return role.camp == v.camp end)
|
||||
local list = RoleManager.QueryNoDead(function(v) return role.camp == v.camp end)
|
||||
if list then
|
||||
BattleUtil.RandomList(list)
|
||||
v1=min(v1,#list)
|
||||
|
|
Loading…
Reference in New Issue