Commit 59d0d71f authored by Tachibana's avatar Tachibana

ndyd

parent 6b1177e3
No preview for this file type
...@@ -37,11 +37,11 @@ end ...@@ -37,11 +37,11 @@ end
function c50218380.reop(e,tp,eg,ep,ev,re,r,rp) function c50218380.reop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if c:IsRelateToEffect(e) and Duel.Destroy(c,REASON_EFFECT)>0 then if c:IsRelateToEffect(e) and Duel.Destroy(c,REASON_EFFECT)>0 then
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) and Duel.Remove(tc,POS_FACEUP,REASON_EFFECT)~=0 then if tc:IsRelateToEffect(e) and Duel.Remove(tc,POS_FACEUP,REASON_EFFECT)~=0 then
Duel.Damage(tp,365,REASON_EFFECT,true) Duel.Damage(tp,365,REASON_EFFECT,true)
Duel.Damage(1-tp,365,REASON_EFFECT,true) Duel.Damage(1-tp,365,REASON_EFFECT,true)
Duel.RDComplete() Duel.RDComplete()
end end
end end
end end
\ No newline at end of file
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