Commit a5f81d3f authored by POLYMER's avatar POLYMER

fix

parent c73db756
......@@ -132,7 +132,10 @@ function cm.tgop(e,tp,eg,ep,ev,re,r,rp)
local mt=1
if tab[3]&(1<<i)~=0 then mt=2 end
local g=Duel.GetMatchingGroup(cm.desfilter,0,LOCATION_ONFIELD,LOCATION_ONFIELD,nil,tp,i)
if #g>0 then dg:Merge(g:CancelableSelect(tp,1,mt,nil)) end
if #g>0 then
local cg=g:CancelableSelect(tp,1,mt,nil)
if cg then dg:Merge(cg) end
end
end
end
Duel.Destroy(dg,REASON_EFFECT)
......
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