Commit 75183ae3 authored by wind2009's avatar wind2009

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

parent 17c1914b
Pipeline #26678 passed with stages
in 1 minute and 3 seconds
......@@ -78,7 +78,7 @@ function s.cfilter(c,tp)
end
function s.descon(e,tp,eg,ep,ev,re,r,rp)
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
function s.desfilter(c)
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