Commit 4403011a authored by nekrozar's avatar nekrozar

fix

parent 11a3201c
...@@ -70,7 +70,7 @@ function c39030163.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -70,7 +70,7 @@ function c39030163.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end end
function c39030163.desop(e,tp,eg,ep,ev,re,r,rp) function c39030163.desop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) and tc:IsFaceup() then if 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