Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
ZhangBiao 2021-11-25 15:59:42 +08:00
commit 2d76df2105
1 changed files with 8 additions and 1 deletions

View File

@ -403,8 +403,15 @@ 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)