Commit 62f5bbab authored by GuGu's avatar GuGu

Update c10004.lua 清理废弃词条

parent 4cda73af
Pipeline #31908 passed with stage
in 20 seconds
......@@ -52,7 +52,7 @@ function c10004.eqop(e,tp,eg,ep,ev,re,r,rp)
Duel.Equip(tp,tc,c,false)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_COPY_INHERIT+EFFECT_FLAG_OWNER_RELATE)
e1:SetProperty(EFFECT_FLAG_OWNER_RELATE)
e1:SetCode(EFFECT_EQUIP_LIMIT)
e1:SetReset(RESET_EVENT+0x1fe0000)
e1:SetValue(c10004.eqlimit)
......
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