Commit baee8482 authored by Tachibana's avatar Tachibana

watele

parent 9aaf09b8
Pipeline #6770 passed with stages
in 40 minutes and 50 seconds
......@@ -57,7 +57,7 @@ function c65020021.spop(e,tp,eg,ep,ev,re,r,rp)
gc:AddCounter(0x1da1,1)
end
elseif op==1 and Duel.GetMatchingGroupCount(Card.IsAbleToRemove,1-tp,0,LOCATION_HAND,nil)>0 and Duel.SelectYesNo(tp,aux.Stringid(65020021,0)) then
local g3=Duel.GetMatchingGroup(Card.IsAbleToRemove,1-tp,0,LOCATION_HAND,nil)
local g3=Duel.GetMatchingGroup(Card.IsAbleToRemove,tp,0,LOCATION_HAND,nil)
Duel.ConfirmCards(tp,g3)
local g4=g3:FilterSelect(tp,aux.TRUE,1,1,nil)
Duel.HintSelection(g4)
......
......@@ -56,8 +56,10 @@ function c65020022.spop(e,tp,eg,ep,ev,re,r,rp)
gc:AddCounter(0x1da1,1)
end
elseif op==1 and Duel.GetMatchingGroupCount(c65020022.spexfil,tp,0,LOCATION_EXTRA,nil,e,tp)>0 and Duel.SelectYesNo(tp,aux.Stringid(65020022,0)) then
local g2=Duel.SelectMatchingCard(tp,c65020022.spexfil,tp,0,LOCATION_EXTRA,nil,1,1,e,tp)
Duel.SpecialSummon(g2,0,tp,tp,false,false,POS_FACEUP)
local g2=Duel.GetMatchingGroup(c65020022.spexfil,tp,0,LOCATION_EXTRA,nil,e,tp)
Duel.ConfirmCards(tp,g2)
local g3=g2:FilterSelect(tp,aux.TRUE,1,1,nil)
Duel.SpecialSummon(g3,0,tp,tp,false,false,POS_FACEUP)
end
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