Commit 456fd971 authored by Tachibana's avatar Tachibana

watele

parent 87feaf52
...@@ -65,7 +65,7 @@ function c21520131.climit(e,rp,tp) ...@@ -65,7 +65,7 @@ function c21520131.climit(e,rp,tp)
end end
function c21520131.desop(e,tp,eg,ep,ev,re,r,rp) function c21520131.desop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then if tc and tc:IsRelateToEffect(e) then
Duel.Destroy(tc,REASON_EFFECT) Duel.Destroy(tc,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