Commit 3f20313e authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12043000.lua

parent 0c899dde
...@@ -115,7 +115,7 @@ function tayu_frtlk.rfilter(c) ...@@ -115,7 +115,7 @@ function tayu_frtlk.rfilter(c)
end end
function tayu_frtlk.efspcon(e,tp,eg,ep,ev,re,r,rp) function tayu_frtlk.efspcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:IsReason(REASON_EFFECT) return ( c:IsSummonType(SUMMON_TYPE_SPECIAL) and c:IsReason(REASON_EFFECT) ) or c:isIsSummonType(SUMMON_TYPE_NORMAL)
end end
function tayu_frtlk.efspcon1(e,tp,eg,ep,ev,re,r,rp) function tayu_frtlk.efspcon1(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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