Commit 4920766f authored by nanahira's avatar nanahira

fix

parent 89b34170
......@@ -35,7 +35,7 @@ function s.initial_effect(c)
local ge1=Effect.CreateEffect(c)
ge1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
ge1:SetCode(EVENT_PHASE_START+PHASE_DRAW)
ge1:SetOperation(s.resetop)
ge1:SetOperation(s.clearop)
Duel.RegisterEffect(ge1,0)
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