Commit 6d7ca3b9 authored by Tachibana's avatar Tachibana

tnndx

parent 99fbdcd3
......@@ -76,7 +76,8 @@ function c12030008.disop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local dm=Duel.GetLP(tp)/2
if dm>0 then
Duel.Damage(tp,dm,REASON_EFFECT)
local dam=Duel.Damage(tp,dm,REASON_EFFECT)
if not dam or dam==0 then return end
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_UPDATE_ATTACK)
......
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