被动485修改提交
parent
506a11bd07
commit
344270edab
|
|
@ -12901,7 +12901,7 @@ local passivityList = {
|
|||
list=RoleManager.Query(function(v) return v.camp == role.camp end)
|
||||
end
|
||||
for i=1,#list do
|
||||
if phy1-phy2>0 then
|
||||
if phy1 and phy2 and phy1-phy2>0 then
|
||||
list[i]:AddBuff(Buff.Create(role, BuffName.PropertyChange, r1,buff.propertyName, phy1-phy2, 1))
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue