Commit 96b136f7 authored by nekrozar's avatar nekrozar

fix

parent 511db883
......@@ -47,6 +47,10 @@ function c14235211.eqop(e,tp,eg,ep,ev,re,r,rp)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_EQUIP_LIMIT)
e1:SetReset(RESET_EVENT+0x1fe0000)
e1:SetValue(1)
e1:SetValue(c14235211.eqlimit)
e1:SetLabelObject(tc)
c:RegisterEffect(e1)
end
function c14235211.eqlimit(e,c)
return c==e:GetLabelObject()
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