diff --git a/c10666000.lua b/c10666000.lua index 9be70ae47c..c3bfaecb95 100644 --- a/c10666000.lua +++ b/c10666000.lua @@ -71,7 +71,7 @@ end function s.tgop(e,tp,eg,ep,ev,re,r,rp) local g=Duel.GetFieldGroup(tp,0,LOCATION_EXTRA) if #g==0 then return end - Duel.ConfirmCards(tp,g) + Duel.ConfirmCards(tp,g,true) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE) local sg=g:FilterSelect(tp,Card.IsAbleToGrave,1,1,nil) Duel.SendtoGrave(sg,REASON_EFFECT) diff --git a/c14220547.lua b/c14220547.lua index 6a5d7a78a3..98e38b5c69 100644 --- a/c14220547.lua +++ b/c14220547.lua @@ -50,7 +50,7 @@ function c14220547.tgop(e,tp,eg,ep,ev,re,r,rp) g=g1 else g=g2 - Duel.ConfirmCards(tp,g) + Duel.ConfirmCards(tp,g,true) end Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE) local tg=g:FilterSelect(tp,Card.IsAbleToGrave,1,1,nil) diff --git a/c17016131.lua b/c17016131.lua index a9ffb3aad5..e5b9c35a49 100644 --- a/c17016131.lua +++ b/c17016131.lua @@ -105,7 +105,7 @@ function c17016131.tgtg2(e,tp,eg,ep,ev,re,r,rp,chk) end function c17016131.tgop2(e,tp,eg,ep,ev,re,r,rp) local g=Duel.GetFieldGroup(tp,0,LOCATION_EXTRA) - Duel.ConfirmCards(tp,g) + Duel.ConfirmCards(tp,g,true) local tg=g:Filter(Card.IsAbleToGrave,nil) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE) local tc=tg:Select(tp,1,1,nil):GetFirst() diff --git a/c35569555.lua b/c35569555.lua index 574b922f5b..0bf1a3af1a 100644 --- a/c35569555.lua +++ b/c35569555.lua @@ -86,7 +86,7 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp) g=g1 elseif sel==1 then g=g2 - Duel.ConfirmCards(tp,g) + Duel.ConfirmCards(tp,g,true) end Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE) local sg=g:FilterSelect(tp,s.tgfilter,1,1,nil) diff --git a/c40352445.lua b/c40352445.lua index e118e152b5..14f482058a 100644 --- a/c40352445.lua +++ b/c40352445.lua @@ -43,7 +43,7 @@ function c40352445.tgop(e,tp,eg,ep,ev,re,r,rp) local atk=tc1:GetAttack() local rg=Duel.GetFieldGroup(tp,0,LOCATION_EXTRA) if #rg>0 then - Duel.ConfirmCards(tp,rg) + Duel.ConfirmCards(tp,rg,true) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE) local tc2=rg:FilterSelect(tp,Card.IsAbleToGrave,1,1,nil):GetFirst() Duel.ShuffleExtra(1-tp) diff --git a/c4837861.lua b/c4837861.lua index 4a32191cdc..1b82c46d32 100644 --- a/c4837861.lua +++ b/c4837861.lua @@ -74,7 +74,7 @@ function c4837861.eqop(e,tp,eg,ep,ev,re,r,rp) local c=e:GetHandler() if Duel.GetLocationCount(tp,LOCATION_SZONE)<=0 or c:IsFacedown() or not c:IsRelateToEffect(e) then return end local g=Duel.GetFieldGroup(tp,0,LOCATION_EXTRA) - Duel.ConfirmCards(tp,g) + Duel.ConfirmCards(tp,g,true) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_EQUIP) local sg=g:FilterSelect(tp,c4837861.eqfilter,1,1,nil,tp) local tc=sg:GetFirst() diff --git a/c48654323.lua b/c48654323.lua index 0abc64aa56..5de055f2d8 100644 --- a/c48654323.lua +++ b/c48654323.lua @@ -90,7 +90,7 @@ end function c48654323.tgop(e,tp,eg,ep,ev,re,r,rp) local g=Duel.GetFieldGroup(tp,0,LOCATION_EXTRA) if #g==0 then return end - Duel.ConfirmCards(tp,g) + Duel.ConfirmCards(tp,g,true) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE) local tg=g:FilterSelect(tp,Card.IsAbleToGrave,1,1,nil) Duel.SendtoGrave(tg,REASON_EFFECT) diff --git a/c50179591.lua b/c50179591.lua index 6d7afe6088..e533502804 100644 --- a/c50179591.lua +++ b/c50179591.lua @@ -72,7 +72,7 @@ end function c50179591.rmop2(e,tp,eg,ep,ev,re,r,rp) local g=Duel.GetFieldGroup(tp,0,LOCATION_EXTRA) if g:GetCount()==0 then return end - Duel.ConfirmCards(tp,g) + Duel.ConfirmCards(tp,g,true) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE) local mg=g:FilterSelect(tp,Card.IsAbleToRemove,1,1,nil) if mg:GetCount()>0 then diff --git a/c60921537.lua b/c60921537.lua index 401611aba4..964d4c9ff1 100644 --- a/c60921537.lua +++ b/c60921537.lua @@ -27,8 +27,8 @@ function c60921537.extraop(e,tp,eg,ep,ev,re,r,rp,tc) g=g1 else g=g2 + Duel.ConfirmCards(tp,g,true) end - Duel.ConfirmCards(tp,g) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE) local tg=g:FilterSelect(tp,Card.IsAbleToGrave,1,1,nil) Duel.SendtoGrave(tg,REASON_EFFECT) diff --git a/c68304193.lua b/c68304193.lua index 28cd4d3fa5..6453b9e40e 100644 --- a/c68304193.lua +++ b/c68304193.lua @@ -72,7 +72,7 @@ function c68304193.rmtg(e,tp,eg,ep,ev,re,r,rp,chk) end function c68304193.rmop(e,tp,eg,ep,ev,re,r,rp) local g=Duel.GetFieldGroup(tp,0,LOCATION_EXTRA) - Duel.ConfirmCards(tp,g) + Duel.ConfirmCards(tp,g,true) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE) local sg=g:FilterSelect(tp,c68304193.rmfilter,1,1,nil,tp) if #sg>0 then diff --git a/c80159717.lua b/c80159717.lua index 36494a8f58..237c88b49d 100644 --- a/c80159717.lua +++ b/c80159717.lua @@ -27,7 +27,7 @@ function c80159717.exop(e,tp,eg,ep,ev,re,r,rp) local g=Duel.GetFieldGroup(tp,0,LOCATION_EXTRA) local ct=e:GetLabel() if g:GetCount()