Commit c626816e authored by nekrozar's avatar nekrozar Committed by DailyShana

fix (#1110)

parent 5764da68
...@@ -33,8 +33,8 @@ end ...@@ -33,8 +33,8 @@ end
function c48068378.chk(e,tp,eg,ep,ev,re,r,rp) function c48068378.chk(e,tp,eg,ep,ev,re,r,rp)
e:GetLabelObject():SetLabel(e:GetHandler():GetMutualLinkedGroupCount()) e:GetLabelObject():SetLabel(e:GetHandler():GetMutualLinkedGroupCount())
end end
function c48068378.matfilter(c,lc,sumtype,tp) function c48068378.matfilter(c)
return c:IsLevelBelow(4) and c:IsRace(RACE_CYBERSE,lc,sumtype,tp) return c:IsLevelBelow(4) and c:IsLinkRace(RACE_CYBERSE)
end end
function c48068378.limop(e,tp,eg,ep,ev,re,r,rp,c) function c48068378.limop(e,tp,eg,ep,ev,re,r,rp,c)
--cannot link summon --cannot link summon
......
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