Commit 39e6901c authored by mercury233's avatar mercury233

remove workround

parent 04158f45
...@@ -38,13 +38,12 @@ end ...@@ -38,13 +38,12 @@ end
function c91646304.reptg(e,tp,eg,ep,ev,re,r,rp,chk) function c91646304.reptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
if chk==0 then return eg:IsExists(c91646304.repfilter,1,c,tp) and c:IsAbleToRemove() if chk==0 then return eg:IsExists(c91646304.repfilter,1,c,tp) and c:IsAbleToRemove()
and not c:IsStatus(STATUS_DESTROY_CONFIRMED) and Duel.GetFlagEffect(tp,91646304)==0 end and not c:IsStatus(STATUS_DESTROY_CONFIRMED) end
return Duel.SelectEffectYesNo(tp,c,96) return Duel.SelectEffectYesNo(tp,c,96)
end end
function c91646304.repval(e,c) function c91646304.repval(e,c)
return c91646304.repfilter(c,e:GetHandlerPlayer()) return c91646304.repfilter(c,e:GetHandlerPlayer())
end end
function c91646304.repop(e,tp,eg,ep,ev,re,r,rp) function c91646304.repop(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterFlagEffect(tp,91646304,RESET_PHASE+PHASE_END,0,1)
Duel.Remove(e:GetHandler(),POS_FACEUP,REASON_EFFECT+REASON_REPLACE) Duel.Remove(e:GetHandler(),POS_FACEUP,REASON_EFFECT+REASON_REPLACE)
end end
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