Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
2d76df2105
|
@ -403,9 +403,16 @@ function SkillCaster:CheckFullSceenSkill(combat, skill)
|
|||
-- 取消高亮
|
||||
self.owner:DelayFunc(combat.KeyFrame/1000, function()
|
||||
self:CheckSkillHitEffect("skill", combat, skill)
|
||||
|
||||
end)
|
||||
|
||||
-- 判断是否震屏
|
||||
if combat.ShockScreen == 1 then
|
||||
self.owner:DelayFunc((combat.KeyFrame + combat.DamageDelay)/1000, function()
|
||||
self:checkShake(combat)
|
||||
end)
|
||||
end
|
||||
end
|
||||
|
||||
function SkillCaster:CalRoleRotate(baseRole, targetRole)
|
||||
|
||||
|
|
Loading…
Reference in New Issue