[战斗]========被动431修改

wangzhenxing 2022-03-14 14:06:12 +08:00
parent e97ab8fa84
commit eff4c32f68
1 changed files with 1 additions and 1 deletions

View File

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