Commit f24f4371 authored by nekrozar's avatar nekrozar Committed by mercury233

fix (#974)

parent 2d554bda
...@@ -42,6 +42,7 @@ end ...@@ -42,6 +42,7 @@ end
function c31571902.tgop(e,tp,eg,ep,ev,re,r,rp) function c31571902.tgop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if c:IsRelateToEffect(e) and c:IsFaceup() and Duel.SendtoGrave(c,REASON_EFFECT)~=0 then if c:IsRelateToEffect(e) and c:IsFaceup() and Duel.SendtoGrave(c,REASON_EFFECT)~=0 then
Duel.BreakEffect()
Duel.Damage(tp,2400,REASON_EFFECT) Duel.Damage(tp,2400,REASON_EFFECT)
end end
end 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