Commit f44db3a2 authored by GuGu's avatar GuGu

Update c19500035.lua 清理废弃词条

parent 8c17d468
Pipeline #31920 passed with stage
in 8 seconds
......@@ -62,7 +62,7 @@ function c19500035.eqop(e,tp,eg,ep,ev,re,r,rp)
if tc then
if not Duel.Equip(tp,tc,c) then return end
local e2=Effect.CreateEffect(c)
e2:SetProperty(EFFECT_FLAG_COPY_INHERIT+EFFECT_FLAG_OWNER_RELATE)
e2:SetProperty(EFFECT_FLAG_OWNER_RELATE)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_EQUIP_LIMIT)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
......@@ -91,7 +91,7 @@ function c19500035.desop(e,tp,eg,ep,ev,re,r,rp)
if tc then
if not Duel.Equip(tp,tc,c) then return end
local e2=Effect.CreateEffect(c)
e2:SetProperty(EFFECT_FLAG_COPY_INHERIT+EFFECT_FLAG_OWNER_RELATE)
e2:SetProperty(EFFECT_FLAG_OWNER_RELATE)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_EQUIP_LIMIT)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
......
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