【战斗】==================被动477 478修改
parent
0d6566c725
commit
47edf3b630
|
@ -12580,6 +12580,9 @@ local passivityList = {
|
|||
|
||||
return
|
||||
end
|
||||
if defRole==nil or defRole.Rage==nil then
|
||||
return
|
||||
end
|
||||
if cp==1 and defRole.Rage<=num then
|
||||
return
|
||||
end
|
||||
|
@ -12615,6 +12618,9 @@ local passivityList = {
|
|||
if skill and not skill.isTriggerJudge and judge==1 then
|
||||
return
|
||||
end
|
||||
if atkRole==nil or atkRole.Rage==nil then
|
||||
return
|
||||
end
|
||||
if cp==1 and atkRole.Rage<=num then
|
||||
return
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue