Commit ff10c806 authored by Grajade's avatar Grajade

Update c33500933.lua

parent bd32ee97
......@@ -68,14 +68,14 @@ function cm.initial_effect(c)
e7:SetCost(cm.cost)
e7:SetOperation(cm.op)
c:RegisterEffect(e7)
if not cm.Effect_Count then
cm.Effect_Count=true
local e7_1=Effect.GlobalEffect()
e7_1:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD)
e7_1:SetCode(EVENT_CHAINING)
e7_1:SetOperation(cm.counterop)
Duel.RegisterEffect(e7_1,0)
end
if not cm.Effect_Count then
cm.Effect_Count=true
local e7_1=Effect.GlobalEffect()
e7_1:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD)
e7_1:SetCode(EVENT_CHAINING)
e7_1:SetOperation(cm.counterop)
Duel.RegisterEffect(e7_1,0)
end
--Equip Okatana
local e9=Effect.CreateEffect(c)
e9:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
......
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