【战斗】========================被动292修改
parent
6b130712bf
commit
8cc2f7d209
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue