Commit 5c3c6abf authored by POLYMER's avatar POLYMER

fix

parent d170f0ca
...@@ -189,9 +189,8 @@ function s.psop(e,tp,eg,ep,ev,re,r,rp) ...@@ -189,9 +189,8 @@ function s.psop(e,tp,eg,ep,ev,re,r,rp)
e1:Reset() e1:Reset()
end end
function s.cfilter(c,tp,se) function s.cfilter(c,tp)
return c:IsFaceup() and c:IsSummonPlayer(tp) and (c:IsLevel(9) or c:IsRace(9)) return c:IsFaceup() and c:IsSummonPlayer(tp) and (c:IsLevel(9) or c:IsRace(9))and (c:IsSummonType(SUMMON_TYPE_XYZ) or c:IsSummonType(SUMMON_TYPE_PENDULUM))
and (se==nil or c:GetReasonEffect()~=se)
end end
function s.tfcon(e,tp,eg,ep,ev,re,r,rp) function s.tfcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(s.cfilter,1,nil,tp) return eg:IsExists(s.cfilter,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