Commit 77588b09 authored by wind2009's avatar wind2009

Fix 蝕の双仔

parent d189dec1
Pipeline #30208 passed with stages
in 1 minute and 34 seconds
...@@ -53,7 +53,7 @@ function s.xatkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -53,7 +53,7 @@ function s.xatkop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.tgfilter(c,e,tp) function s.tgfilter(c,e,tp)
return c:IsCanBeEffectTarget(e) and c:IsRank(4) return c:IsCanBeEffectTarget(e) and c:IsRankBelow(4)
and (c:IsCanOverlay() or c:IsCanBeSpecialSummoned(e,0,tp,false,false)) and (c:IsCanOverlay() or c:IsCanBeSpecialSummoned(e,0,tp,false,false))
end end
function s.spfilter(c,g,e,tp) function s.spfilter(c,g,e,tp)
......
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