Merge branch 'master_develop' of http://60.1.1.230/gaoxin/JL_Client into master_develop

dev_chengFeng
lihaiyang 2020-08-14 17:12:54 +08:00
commit 9391b8d988
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
local floor = math.floor
local floor = math.floor
local min = math.min
local max = math.max
--local RoleDataName = RoleDataName
@ -2117,7 +2117,7 @@ local effectList = {
caster.Event:DispatchEvent(BattleEventName.RoleViewBullet, skill, target)
BattleLogic.WaitForTrigger(interval, function ()
local OnBeHit = function(atkRole, damage, bCrit, finalDmg, damageType)
if target:IsDead() then
if target:IsDead() and BattleUtil.CheckIsNoDead(target) then
caster:AddBuff(Buff.Create(caster, BuffName.PropertyChange, 0, BattlePropList[pro1], f2, ct))
end
end