Commit e6efe741 authored by mercury233's avatar mercury233

fix

parent e1a1ed14
......@@ -4,6 +4,7 @@ function c76442347.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_FLIP)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e1:SetOperation(c76442347.flipop)
c:RegisterEffect(e1)
--special summon
......
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