Commit ab1f0022 authored by mercury233's avatar mercury233 Committed by GitHub

fix 針淵のヴァリアンツ-アルクトスXII

parent 736ba1fe
...@@ -135,12 +135,12 @@ function s.chop(e,tp,eg,ep,ev,re,r,rp) ...@@ -135,12 +135,12 @@ function s.chop(e,tp,eg,ep,ev,re,r,rp)
Duel.SwapSequence(tc1,tc2) Duel.SwapSequence(tc1,tc2)
end end
end end
function s.cfilter(c,tp) function s.cfilter(c)
return c:IsLocation(LOCATION_MZONE) and c:IsPreviousLocation(LOCATION_MZONE) return c:IsLocation(LOCATION_MZONE) and c:IsPreviousLocation(LOCATION_MZONE)
and (c:GetPreviousSequence()~=c:GetSequence() or c:GetPreviousControler()~=tp) and (c:GetPreviousSequence()~=c:GetSequence() or c:GetPreviousControler()~=c:GetControler())
end end
function s.descon(e,tp,eg,ep,ev,re,r,rp) function s.descon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(s.cfilter,1,nil,tp) return eg:IsExists(s.cfilter,1,nil)
end end
function s.destg(e,tp,eg,ep,ev,re,r,rp,chk) function s.destg(e,tp,eg,ep,ev,re,r,rp,chk)
local g=Duel.GetMatchingGroup(aux.TRUE,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,nil) local g=Duel.GetMatchingGroup(aux.TRUE,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,nil)
......
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