Commit c1a2aa6d authored by wyykak's avatar wyykak

fix 21200

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent b866abf2
Pipeline #13853 passed with stage
in 52 seconds
......@@ -50,7 +50,7 @@ function c21200.repop(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 then
Duel.SpecialSummonStep(g:GetFirst(),0,tp,tp,false,false,POS_FACEUP)
end
local g2=Duel.SelectMatchingCard(1-tp,c21200.filter,1-tp,0x13,0,1,1,nil,e,tp)
local g2=Duel.SelectMatchingCard(1-tp,c21200.filter,1-tp,0x13,0,1,1,nil,e,1-tp)
if g2:GetCount()>0 then
Duel.SpecialSummonStep(g2:GetFirst(),0,1-tp,1-tp,false,false,POS_FACEUP)
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