Commit 5ce9b560 authored by salix5's avatar salix5

fix: remove unnecessary EFFECT_FLAG_UNCOPYABLE (link monsters)

parent 40900208
......@@ -41,7 +41,7 @@ function c73341839.spop(e,tp,eg,ep,ev,re,r,rp)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_CANNOT_BE_LINK_MATERIAL)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e1:SetTarget(c73341839.lklimit)
e1:SetLabel(e:GetLabel())
e1: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