[战斗]=====效果132修改

dev_chengFeng
wangzhenxing 2021-11-26 09:36:41 +08:00
parent db5627ab24
commit 5449b2357d
1 changed files with 1 additions and 1 deletions

View File

@ -2553,7 +2553,7 @@ local effectList = {
local hp=floor(damage*f2)
local arr = RoleManager.NoOrder(function (r) return r.camp == caster.camp end,false,true)
BattleUtil.SortByHpFactor(arr,sort)
BattleUtil.CalTreat(caster, arr[1],hp,1,skill)
BattleUtil.FinalTreat(caster, arr[1],hp,1,skill)
end)
end,