Commit d8823f1d authored by GuGu's avatar GuGu

Update c23197.lua

parent c495d559
Pipeline #29223 passed with stage
in 8 seconds
...@@ -34,6 +34,7 @@ end ...@@ -34,6 +34,7 @@ end
function c23197.desop(e,tp,eg,ep,ev,re,r,rp) function c23197.desop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if not tc:IsRelateToEffect(e) then return end if not tc:IsRelateToEffect(e) then return end
local pos=tc:GetPosition()
--forbidden --forbidden
local e1=Effect.CreateEffect(e:GetHandler()) local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_FIELD) e1:SetType(EFFECT_TYPE_FIELD)
......
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