【战斗】============被动245 去除 是不是追加技能得判断
parent
3fc6c20439
commit
33852141c6
|
|
@ -5142,7 +5142,7 @@ local passivityList = {
|
|||
if skill and BattleUtil.ChecklistIsContainValue(skill.triggerPassivityId,id) then
|
||||
return
|
||||
end
|
||||
if skill and not skill.isAdd and defRole:IsDead() and not BattleUtil.CheckIsNoDead(defRole) then
|
||||
if skill and defRole:IsDead() and not BattleUtil.CheckIsNoDead(defRole) then
|
||||
BattleUtil.CalRage(role, role, i1, CountTypeName.Add)
|
||||
if skill then
|
||||
-- skill.isTriggePassivity=true
|
||||
|
|
|
|||
Loading…
Reference in New Issue