Commit 54cd2e5d authored by GuGu's avatar GuGu

Update c12018.lua 清理废弃词条

parent b5204aaa
Pipeline #31913 passed with stage
in 1 minute and 24 seconds
......@@ -49,7 +49,7 @@ function c12018.operation(e,tp,eg,ep,ev,re,r,rp)
local att=eg:SearchCard(c12018.afilter)
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_EQUIP)
e1:SetProperty(EFFECT_FLAG_COPY_INHERIT+EFFECT_FLAG_OWNER_RELATE)
e1:SetProperty(EFFECT_FLAG_OWNER_RELATE)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetReset(RESET_EVENT+0x1fe0000)
e1:SetValue(att:GetTextDefense())
......
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