Commit 5fdf92ba authored by Grajade's avatar Grajade

Update c23197.lua

parent 1c4db2f8
Pipeline #13552 passed with stage
in 48 seconds
......@@ -42,6 +42,7 @@ function c23197.desop(e,tp,eg,ep,ev,re,r,rp)
e1:SetTarget(c23197.bantg)
e1:SetLabelObject(tc)
Duel.RegisterEffect(e1,tp)
--[[
local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_DISABLE)
......@@ -49,6 +50,7 @@ function c23197.desop(e,tp,eg,ep,ev,re,r,rp)
e2:SetTarget(c23197.bantg)
e2:SetLabelObject(tc)
Duel.RegisterEffect(e2,tp)
]]--
end
function c23197.bantg(e,c)
return c==e:GetLabelObject()
......
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