Commit ff526156 authored by salix5's avatar salix5

fix

parent a0ce3b43
......@@ -34,7 +34,7 @@ function c83555666.activate(e,tp,eg,ep,ev,re,r,rp)
local atk=tc:GetTextAttack()
if atk<0 then atk=0 end
local val=Duel.Damage(tp,atk,REASON_EFFECT)
if val>0 then
if val>0 and Duel.GetLP(tp)>0 then
Duel.BreakEffect()
Duel.Damage(1-tp,val,REASON_EFFECT)
end
......
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