Commit 109ffc86 authored by GuGu's avatar GuGu

Update c86379692.lua

parent 45d79414
Pipeline #40738 passed with stage
in 21 seconds
......@@ -104,7 +104,7 @@ function c86379692.op1(e,tp,eg,ep,ev,re,r,rp)
local fid=c:GetFieldID()
local tc=Duel.GetFirstTarget()
if tc and tc:IsRelateToEffect(e) then
if Duel.Remove(tc,POS_FACEUP,REASON_EFFECT+REASON_TEMPORARY)~=0 then
if Duel.Remove(tc,0,REASON_EFFECT+REASON_TEMPORARY)~=0 then
if not tc:IsType(TYPE_TOKEN) then
tc:RegisterFlagEffect(86379692,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,1)
tc:RegisterFlagEffect(86379693,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,2,fid)
......@@ -274,7 +274,7 @@ function c86379692.spop2(e,tp,eg,ep,ev,re,r,rp,c)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
g=Duel.SelectMatchingCard(tp,c86379692.rcfilter,tp,LOCATION_MZONE,0,1,1,nil)
end
if Duel.Remove(g,POS_FACEUP,REASON_EFFECT+REASON_TEMPORARY)~=0 then
if Duel.Remove(g,0,REASON_EFFECT+REASON_TEMPORARY)~=0 then
local tc=g:GetFirst()
if not tc:IsType(TYPE_TOKEN) then
local e1_1=Effect.CreateEffect(e:GetHandler())
......
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