Commit 627353e8 authored by POLYMER's avatar POLYMER

fix

parent 98d5e763
...@@ -145,7 +145,7 @@ function cm.descon(e,tp,eg,ep,ev,re,r,rp) ...@@ -145,7 +145,7 @@ function cm.descon(e,tp,eg,ep,ev,re,r,rp)
end end
function cm.desop(e,tp,eg,ep,ev,re,r,rp) function cm.desop(e,tp,eg,ep,ev,re,r,rp)
local tc=e:GetLabelObject() local tc=e:GetLabelObject()
if tc:GetFlagEffect(m)~=0 then if tc:GetFlagEffect(m)~=0 and tc:IsLocation(LOCATION_MZONE) then
Duel.SendtoDeck(tc,nil,2,REASON_EFFECT) Duel.SendtoDeck(tc,nil,2,REASON_EFFECT)
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