Commit fa895843 authored by GuGu's avatar GuGu

Update c17061020.lua 代破检测

parent b45a47af
Pipeline #17308 passed with stage
in 53 seconds
......@@ -95,7 +95,9 @@ end
function cm.reptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return eg:IsExists(cm.repfilter,1,nil,tp) end
if Duel.SelectEffectYesNo(tp,e:GetHandler(),96) then
Duel.SendtoHand(eg,nil,REASON_EFFECT)
local Peg=eg:Filter(cm.repfilter,e:GetHandler())
if Peg:GetCount()<=0 then return false end
Duel.SendtoHand(Peg,nil,REASON_EFFECT)
Duel.MoveToField(e:GetHandler(),tp,tp,LOCATION_PZONE,POS_FACEUP,true)
return true
else return false 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