【战斗】========================被动292修改

onepiece_demo_new hotfix/tcx_haizei/cdn_haizeiOnline_ios/1.1.15
wangzhenxing 2024-05-29 19:25:44 +08:00
parent 6b130712bf
commit 8cc2f7d209
1 changed files with 1 additions and 1 deletions

View File

@ -6790,7 +6790,7 @@ local passivityList = {
end
if target:IsDead() and not BattleUtil.CheckIsNoDead(target) and not role:IsDead() then
--role:InsertExtraSkill(f1,f2)
local effectData={role.superSkill[1],role.superSkill[2],role.superSkill[3],role.superSkill[4],{targets,{1,f1,f2}}}
local effectData={role.superSkill[1],role.superSkill[2],role.superSkill[3],role.superSkill[4],role.superSkill[5],role.superSkill[6],{targets,{1,f1,f2}}}
SkillManager.InsertSkill(role, effectData,BattleSkillType.Extra, nil, true, false,false,true)
isTurn=false
if skill then