修改bug:【ID1010307】
【技能】红孩儿6星天赋,追加普攻必定暴击无效
parent
99636ac662
commit
e50b03ea89
|
|
@ -2240,7 +2240,7 @@ local effectList = {
|
||||||
--如果身上有不灭效果就不会加普攻,兼容金翅大鹏10星天赋 by:王振兴
|
--如果身上有不灭效果就不会加普攻,兼容金翅大鹏10星天赋 by:王振兴
|
||||||
if not BattleLogic.BuffMgr:HasBuff(caster,BuffName.NoDead) then
|
if not BattleLogic.BuffMgr:HasBuff(caster,BuffName.NoDead) then
|
||||||
BattleLogic.WaitForTrigger(0.5, function ()
|
BattleLogic.WaitForTrigger(0.5, function ()
|
||||||
caster:InsertSkill(BattleSkillType.Normal, false, false, nil)
|
caster:InsertSkill(BattleSkillType.Normal, false, true, nil)
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue