Commit 42d78ad2 authored by POLYMER's avatar POLYMER

fix

parent a8336f5b
......@@ -2486,7 +2486,6 @@
82206104 1
90700000 0
37629203 1
871100007 1
9910078 2
22348156 2
40009425 2
......@@ -3078,7 +3077,6 @@
60152802 0
65010028 0
89387014 0
871100003 0
30000325 1
#220918
114509 0
......@@ -3234,11 +3232,8 @@
1007002 0
33701323 0
83000084 0
871100005 0
871100009 1
31421001 0
65010051 2
871100001 1
#220522
60001179 0
40009530 1
......@@ -4092,7 +4087,6 @@
72100338 0
72100339 0
89387008 0
871100012 0
30001009 0
14000200 0
14000201 0
......@@ -4736,9 +4730,6 @@
130001241 0
130001242 0
130001244 0
871100013 0
871100011 0
871100006 0
72100044 0
72100043 0
72100027 0
......@@ -6225,7 +6216,6 @@
872100002 1
9951301 1
9981465 0
871100006 1
75030002 1
75030028 1
40009748 2
......@@ -11259,47 +11249,6 @@
151194046 0
192746535 0
202206471 0
460524290 0
871100001 1
871100003 0
871100005 0
871100006 0
871100007 1
871100009 1
871100010 1
871100011 0
871100012 0
871100013 0
872100001 0
872100002 1
872100003 0
872100004 0
872100005 0
872100006 0
872100010 0
872100012 0
978210006 0
978210007 0
978210008 0
978210009 0
978210010 0
978210011 0
978210012 0
978210013 0
978210014 0
978210015 0
978210016 0
978210017 0
978210018 0
978210019 0
978210020 0
978210021 0
978210022 0
978210023 0
978210024 0
978210025 0
978210026 0
978210027 0
9310007 0
9310017 0
9310035 0
......
......@@ -57,8 +57,8 @@ function c9911386.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(1-tp,g)
Duel.ShuffleHand(tp)
local p=Duel.GetTurnPlayer()
local g1=Duel.GetMatchingGroup(aux.TRUE,tp,LOCATION_HAND+LOCATION_ONFIELD,0,aux.ExceptThisCard(e))
local g2=Duel.GetMatchingGroup(aux.TRUE,tp,0,LOCATION_HAND+LOCATION_ONFIELD,nil)
local g1=Duel.GetMatchingGroup(aux.TRUE,p,LOCATION_HAND+LOCATION_ONFIELD,0,aux.ExceptThisCard(e))
local g2=Duel.GetMatchingGroup(aux.TRUE,p,0,LOCATION_HAND+LOCATION_ONFIELD,aux.ExceptThisCard(e))
local tg1=Group.CreateGroup()
local tg2=Group.CreateGroup()
if #g1>0 and Duel.SelectYesNo(p,aux.Stringid(9911386,0)) 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