Commit 93fca7cd authored by dest's avatar dest

Rider of the Storm Winds fix

at the moment, Rider gets destroyed when equipped to a gemini monster
after it is gemini summoned, which according to rulings, it shouldn't
parent 19d11b4f
...@@ -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