Commit 75183ae3 authored by wind2009's avatar wind2009

Fix 影法師トップハットヘア

parent 17c1914b
...@@ -78,7 +78,7 @@ function s.cfilter(c,tp) ...@@ -78,7 +78,7 @@ function s.cfilter(c,tp)
end end
function s.descon(e,tp,eg,ep,ev,re,r,rp) function s.descon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return not eg:IsContains(c) and eg:IsExists(s.cfilter,1,nil,tp) return not eg:IsContains(c) and eg:IsExists(s.cfilter,1,nil)
end end
function s.desfilter(c) function s.desfilter(c)
return c:IsType(TYPE_SPELL+TYPE_TRAP) return 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