Commit e3d2548f authored by nekrozar's avatar nekrozar

fix

parent dd25dc93
......@@ -119,5 +119,5 @@ function c45627618.spcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsFaceup()
end
function c45627618.splimit(e,se,sp,st)
return e:GetHandler():IsStatus(STATUS_PROC_COMPLETE) and bit.band(st,SUMMON_TYPE_PENDULUM)==SUMMON_TYPE_PENDULUM
return e:GetHandler():IsStatus(STATUS_PROC_COMPLETE) and bit.band(st,SUMMON_TYPE_XYZ)~=SUMMON_TYPE_XYZ
end
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