Commit c7ae3e5d authored by POLYMER's avatar POLYMER

fix

parent 43cc74c8
...@@ -76,7 +76,7 @@ function c11560715.ovtg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -76,7 +76,7 @@ function c11560715.ovtg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_REMOVE,g,ct,0,0) Duel.SetOperationInfo(0,CATEGORY_REMOVE,g,ct,0,0)
end end
function c11560715.loccheck(g) function c11560715.loccheck(g)
return g:GetClassCount(Card.GetLocation)==1 return g:GetClassCount(Card.GetLocation)==g:GetCount()
end end
function c11560715.ovop(e,tp,eg,ep,ev,re,r,rp) function c11560715.ovop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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