Commit 8b4e2eb8 authored by GuGu's avatar GuGu

Update c23197.lua

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