Commit 00f6aee6 authored by Mr.Tan's avatar Mr.Tan

Fix 精霊の狩人

parent b2eb3f6e
Pipeline #35630 failed with stages
in 49 seconds
...@@ -96,7 +96,7 @@ function s.setop(e,tp,eg,ep,ev,re,r,rp) ...@@ -96,7 +96,7 @@ function s.setop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.spfilter(c,tp) function s.spfilter(c,tp)
return c:IsControler(1-tp) and c:GetOwner()==tp return c:IsControler(1-tp) and c:GetOwner()==tp and c:IsType(TYPE_EFFECT)
end end
function s.spcon(e,tp,eg,ep,ev,re,r,rp) function s.spcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(s.spfilter,1,nil,tp) return eg:IsExists(s.spfilter,1,nil,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