Commit ab79962e authored by GuGu's avatar GuGu

Update c19114514.lua

parent 1a6deb0d
Pipeline #32893 passed with stage
in 9 seconds
...@@ -76,7 +76,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -76,7 +76,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
while sc do while sc do
if not Duel.Equip(tp,sc,c,true,false)then return end if not Duel.Equip(tp,sc,c,true,false)then return end
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetProperty(EFFECT_FLAG_COPY_INHERIT+EFFECT_FLAG_OWNER_RELATE) e1:SetProperty(EFFECT_FLAG_OWNER_RELATE)
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)
......
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