Commit cc582cea authored by wind2009's avatar wind2009

Merge branch 'patch-5' into 'master'

Fix 精霊の狩人

See merge request mycard/pre-release-database-cdb!186
parents b2eb3f6e 49d77809
Pipeline #35648 passed with stages
in 1 minute and 39 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