Commit ab4aa80b authored by salix5's avatar salix5

Merge pull request #170 from mercury233/patch-1

fix
parents e1a1ed14 e6efe741
......@@ -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