Commit 393f4039 authored by TanakaKotoha's avatar TanakaKotoha

cdb and lua fix

parent 9480ce56
No preview for this file type
...@@ -37,8 +37,9 @@ function c33400255.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -37,8 +37,9 @@ function c33400255.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(tp,g1) Duel.ConfirmCards(tp,g1)
if g1:IsExists(c33400255.thfilter,1,nil) and Duel.SelectYesNo(tp,aux.Stringid(33400255,1)) then if g1:IsExists(c33400255.thfilter,1,nil) and Duel.SelectYesNo(tp,aux.Stringid(33400255,1)) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local g2=g1:SelectSubGroup(tp,c33400255.check,false,1,3) local g2=g1:SelectSubGroup(tp,c33400255.check,false,1,3)
Duel.SendtoHand(g2,nil,REASON_EFFECT) Duel.DisableShuffleCheck()
Duel.SendtoHand(g2,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g2) Duel.ConfirmCards(1-tp,g2)
Duel.ShuffleHand(tp) Duel.ShuffleHand(tp)
Duel.SortDecktop(tp,tp,gm+2-g2:GetCount()) Duel.SortDecktop(tp,tp,gm+2-g2:GetCount())
......
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