[被动]========================485修改
parent
e4d8443f63
commit
5a776e8ee2
|
@ -12901,7 +12901,7 @@ local passivityList = {
|
||||||
list=RoleManager.Query(function(v) return v.camp == role.camp end)
|
list=RoleManager.Query(function(v) return v.camp == role.camp end)
|
||||||
end
|
end
|
||||||
for i=1,#list do
|
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))
|
list[i]:AddBuff(Buff.Create(role, BuffName.PropertyChange, r1,buff.propertyName, phy1-phy2, 1))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue