[战斗] 99被动修改 屏蔽金翅大鹏不灭

dev_chengFeng
wangzhenxing 2020-11-28 17:32:30 +09:00
parent 30f953f6de
commit a711c30c64
1 changed files with 1 additions and 2 deletions

View File

@ -1705,8 +1705,7 @@ local passivityList = {
local function onSkillCastEnd(skill)
if skill.type == BattleSkillType.Special then
role.Event:RemoveEvent(BattleEventName.RoleHit, OnHit)
local arr = RoleManager.Query(function (r) return r.camp == role.camp end)
local arr = RoleManager.Query(function (r) return r.camp == role.camp and r.deadFilter end)
BattleUtil.SortByHpFactor(arr, 1)
-- 检测技能伤害<E4BCA4><E5AEB3><EFBFBD>疗加成
local f = BattleUtil.CheckSkillDamageHeal(f1, role, arr[1])