Commit 4a9ee6fd authored by Grajade's avatar Grajade

Update c200203.lua

parent c723bce6
Pipeline #13564 passed with stage
in 39 seconds
......@@ -29,6 +29,7 @@ function c200203.operation(e,tp,eg,ep,ev,re,r,rp)
e1:SetLabelObject(tc)
e1:SetReset(RESET_PHASE+PHASE_END+RESET_OPPO_TURN)
Duel.RegisterEffect(e1,tp)
--[[
local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_DISABLE)
......@@ -37,6 +38,7 @@ function c200203.operation(e,tp,eg,ep,ev,re,r,rp)
e2:SetLabelObject(tc)
e2:SetReset(RESET_PHASE+PHASE_END+RESET_OPPO_TURN)
Duel.RegisterEffect(e2,tp)
]]--
--[[
if tc:IsType(TYPE_MONSTER) then
--battle target
......
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