[战斗]==========困难副本 禁疗不算控制
parent
6ee80e7a9f
commit
bf5f664fb8
|
@ -114,6 +114,9 @@ function this.OnBuffAdd(caster,target,buff)
|
|||
if caster and target and buff then
|
||||
if caster.camp==0 and buff.type==BuffName.Control then
|
||||
local type=buff.ctrlType
|
||||
if type==4 then
|
||||
return
|
||||
end
|
||||
if ctrlNumList[type] then
|
||||
ctrlNumList[type]=ctrlNumList[type]+1
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue