屏蔽金翅大鹏不死效果

dev_chengFeng
wangzhenxing 2020-08-14 16:50:32 +09:00
parent 0b157b6ee8
commit e139a43f65
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