Commit 1c4db2f8 authored by Grajade's avatar Grajade

Update c200003.lua

parent a0bc78b0
Pipeline #13551 passed with stage
in 40 seconds
......@@ -85,6 +85,7 @@ function c200003.op2(e,tp,eg,ep,ev,re,r,rp)
e1:SetLabelObject(tc)
e1:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e1,tp)
--[[
local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_DISABLE)
......@@ -93,6 +94,7 @@ function c200003.op2(e,tp,eg,ep,ev,re,r,rp)
e2:SetLabelObject(tc)
e2:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e2,tp)
]]--
end
end
function c200003.bantg(e,c)
......
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