Commit 08f175ae authored by salix5's avatar salix5

fix 光の護封剣

It is not the card effect.
parent 1c706ca5
...@@ -18,6 +18,7 @@ function c72302403.initial_effect(c) ...@@ -18,6 +18,7 @@ function c72302403.initial_effect(c)
--remain field --remain field
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_SINGLE) e3:SetType(EFFECT_TYPE_SINGLE)
e3:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e3:SetCode(EFFECT_REMAIN_FIELD) e3:SetCode(EFFECT_REMAIN_FIELD)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
......
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