修改bug:【ID1010307】

【技能】红孩儿6星天赋,追加普攻必定暴击无效
wangzhenxing 2020-10-12 13:56:58 +09:00
parent 99636ac662
commit e50b03ea89
1 changed files with 1 additions and 1 deletions

View File

@ -2240,7 +2240,7 @@ local effectList = {
--如果身上有不灭效果就不会加普攻兼容金翅大鹏10星天赋 by王振兴
if not BattleLogic.BuffMgr:HasBuff(caster,BuffName.NoDead) then
BattleLogic.WaitForTrigger(0.5, function ()
caster:InsertSkill(BattleSkillType.Normal, false, false, nil)
caster:InsertSkill(BattleSkillType.Normal, false, true, nil)
end)
end
end,