Commit 77fe1e0c authored by Tachibana's avatar Tachibana

ndyd

parent ee0f882e
...@@ -1264,13 +1264,13 @@ function XY.maganere9(e,tp,eg,ep,ev,re,r,rp) ...@@ -1264,13 +1264,13 @@ function XY.maganere9(e,tp,eg,ep,ev,re,r,rp)
local cm2=Duel.GetFieldGroupCount(tp,0,LOCATION_DECK) local cm2=Duel.GetFieldGroupCount(tp,0,LOCATION_DECK)
if cm1>=4 then if cm1>=4 then
local g=Duel.GetDecktopGroup(tp,4) local g=Duel.GetDecktopGroup(tp,4)
Duel.ConfirmCards(1-tp,g) Duel.ConfirmCards(tp,g)
Duel.SortDecktop(1-tp,tp,4) Duel.SortDecktop(tp,tp,4)
end end
if cm2>=4 then if cm2>=4 then
local g=Duel.GetDecktopGroup(1-tp,4) local g=Duel.GetDecktopGroup(1-tp,4)
Duel.ConfirmCards(1-tp,g) Duel.ConfirmCards(tp,g)
Duel.SortDecktop(1-tp,1-tp,4) Duel.SortDecktop(tp,1-tp,4)
end end
local tg=Duel.GetMatchingGroup(nil,tp,0,LOCATION_HAND,nil) local tg=Duel.GetMatchingGroup(nil,tp,0,LOCATION_HAND,nil)
local tg2=Duel.GetMatchingGroup(Card.IsFacedown,tp,0,LOCATION_ONFIELD,nil) local tg2=Duel.GetMatchingGroup(Card.IsFacedown,tp,0,LOCATION_ONFIELD,nil)
......
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