Commit 790fb8c4 authored by xiaoye's avatar xiaoye

fix 暴击扣血错误

parent a78c3889
......@@ -405,7 +405,7 @@ function VgD.CardTriggerOperation(chkop)
Duel.Damage(tp, 1, REASON_TRIGGER)
end
end
local bc = Duel.GetAttackTarget()
local bc = Duel.GetAttacker()
local label = bc:GetFlagEffectLabel(FLAG_DAMAGE_TRIGGER)
if not label then return end
if label > 0 then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment