Commit 1b962e65 authored by Amiya's avatar Amiya

修复

parent e45f1386
Pipeline #41093 failed with stages
in 1 minute and 4 seconds
...@@ -40,7 +40,7 @@ function s.cfilter(c,zone) ...@@ -40,7 +40,7 @@ function s.cfilter(c,zone)
end end
function s.econ(e,tp,eg,ep,ev,re,r,rp) function s.econ(e,tp,eg,ep,ev,re,r,rp)
local zone=Duel.GetLinkedZone(0)+(Duel.GetLinkedZone(1)<<0x10) local zone=Duel.GetLinkedZone(0)+(Duel.GetLinkedZone(1)<<0x10)
return not eg:IsContains(e:GetHandler()) and eg:IsExists(c5821478.cfilter,1,nil,zone) and e:GetHandler():GetSequence()>4 return not eg:IsContains(e:GetHandler()) and eg:IsExists(s.cfilter,1,nil,zone) and e:GetHandler():GetSequence()>4
end end
function s.tdfilter(c) function s.tdfilter(c)
return c:IsAbleToDeck() and c:IsType(TYPE_SPELL+TYPE_TRAP) return c:IsAbleToDeck() and c:IsType(TYPE_SPELL+TYPE_TRAP)
......
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