Commit a853de22 authored by salix5's avatar salix5

Merge pull request #1437 from nekrozar/patch-1

fix Rider of the Storm Winds
parents 2c8ce759 96b136f7
...@@ -47,6 +47,10 @@ function c14235211.eqop(e,tp,eg,ep,ev,re,r,rp) ...@@ -47,6 +47,10 @@ function c14235211.eqop(e,tp,eg,ep,ev,re,r,rp)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_EQUIP_LIMIT) e1:SetCode(EFFECT_EQUIP_LIMIT)
e1:SetReset(RESET_EVENT+0x1fe0000) e1:SetReset(RESET_EVENT+0x1fe0000)
e1:SetValue(1) e1:SetValue(c14235211.eqlimit)
e1:SetLabelObject(tc)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end 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