Commit e45f1386 authored by Amiya's avatar Amiya

修复

parent 0ecfd269
Pipeline #41092 failed with stages
in 53 seconds
...@@ -25,6 +25,9 @@ function s.initial_effect(c) ...@@ -25,6 +25,9 @@ function s.initial_effect(c)
e2:SetOperation(s.eop) e2:SetOperation(s.eop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function s.zonelimit(e)
return 0x1f001f | (0x600060 & ~e:GetHandler():GetLinkedZone())
end
function s.cfilter(c,zone) function s.cfilter(c,zone)
local seq=c:GetSequence() local seq=c:GetSequence()
if c:IsLocation(LOCATION_MZONE) then if c:IsLocation(LOCATION_MZONE) then
......
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