Commit d35a36bd authored by mercury233's avatar mercury233 Committed by DailyShana

fix (#751)

parent 25ecbab8
...@@ -44,7 +44,7 @@ function c52900000.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -44,7 +44,7 @@ function c52900000.thop(e,tp,eg,ep,ev,re,r,rp)
local sg=g:Select(tp,1,3,nil) local sg=g:Select(tp,1,3,nil)
if Duel.SendtoHand(sg,nil,REASON_EFFECT)~=0 then if Duel.SendtoHand(sg,nil,REASON_EFFECT)~=0 then
local sg2=Duel.GetOperatedGroup() local sg2=Duel.GetOperatedGroup()
if not sg:IsExists(Card.IsLocation,1,nil,LOCATION_HAND) then return end if not sg2:IsExists(Card.IsLocation,1,nil,LOCATION_HAND) then return end
local tg=Duel.GetMatchingGroup(c52900000.spfilter,tp,LOCATION_HAND,0,nil,e,tp) local tg=Duel.GetMatchingGroup(c52900000.spfilter,tp,LOCATION_HAND,0,nil,e,tp)
if tg:GetCount()>0 and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 if tg:GetCount()>0 and Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and Duel.SelectYesNo(tp,aux.Stringid(52900000,1)) then and Duel.SelectYesNo(tp,aux.Stringid(52900000,1)) then
......
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