Commit bd32ee97 authored by Grajade's avatar Grajade

Update c33500933.lua

parent 5d7d7d0a
Pipeline #8486 passed with stages
in 31 minutes and 54 seconds
......@@ -68,12 +68,14 @@ function cm.initial_effect(c)
e7:SetCost(cm.cost)
e7:SetOperation(cm.op)
c:RegisterEffect(e7)
local e7_1=Effect.CreateEffect(c)
e7_1:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD)
e7_1:SetCode(EVENT_CHAINING)
e7_1:SetRange(0x70)
e7_1:SetOperation(cm.counterop)
c:RegisterEffect(e7_1)
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