Commit 236575b0 authored by salix5's avatar salix5

Merge pull request #1433 from destdev/master

Rider of the Storm Winds fix
parents 0d201ed0 93fca7cd
...@@ -47,9 +47,6 @@ function c14235211.eqop(e,tp,eg,ep,ev,re,r,rp) ...@@ -47,9 +47,6 @@ 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(c14235211.eqlimit) e1:SetValue(1)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c14235211.eqlimit(e,c)
return c:IsRace(RACE_DRAGON) and c:IsType(TYPE_NORMAL)
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