Commit 67b8f860 authored by POLYMER's avatar POLYMER

fix

parent f9ad42b1
...@@ -241,7 +241,6 @@ end ...@@ -241,7 +241,6 @@ end
function c98941056.repop(e,tp,eg,ep,ev,re,r,rp) function c98941056.repop(e,tp,eg,ep,ev,re,r,rp)
local g1=Duel.GetMatchingGroup(c98941056.ctfilterzx,tp,LOCATION_MZONE,0,nil) local g1=Duel.GetMatchingGroup(c98941056.ctfilterzx,tp,LOCATION_MZONE,0,nil)
local g2=Duel.GetMatchingGroup(c98941056.thfilterzx,tp,LOCATION_DECK+LOCATION_GRAVE,0,nil) local g2=Duel.GetMatchingGroup(c98941056.thfilterzx,tp,LOCATION_DECK+LOCATION_GRAVE,0,nil)
if g1:GetCount()==0 or g2:GetCount()==0 then return end
local ct=g1:GetClassCount(Card.GetCode) local ct=g1:GetClassCount(Card.GetCode)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local sg=g2:SelectSubGroup(tp,aux.TRUE,false,1,ct) local sg=g2:SelectSubGroup(tp,aux.TRUE,false,1,ct)
...@@ -253,7 +252,6 @@ function c98941056.repop(e,tp,eg,ep,ev,re,r,rp) ...@@ -253,7 +252,6 @@ function c98941056.repop(e,tp,eg,ep,ev,re,r,rp)
end end
local g3=Duel.GetMatchingGroup(c98941056.ctfilterzx,1-tp,LOCATION_MZONE,0,nil) local g3=Duel.GetMatchingGroup(c98941056.ctfilterzx,1-tp,LOCATION_MZONE,0,nil)
local g4=Duel.GetMatchingGroup(c98941056.thfilterzx,1-tp,LOCATION_DECK+LOCATION_GRAVE,0,nil) local g4=Duel.GetMatchingGroup(c98941056.thfilterzx,1-tp,LOCATION_DECK+LOCATION_GRAVE,0,nil)
if g3:GetCount()==0 or g4:GetCount()==0 then return end
local ct1=g3:GetClassCount(Card.GetCode) local ct1=g3:GetClassCount(Card.GetCode)
Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_ATOHAND) Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_ATOHAND)
local sg1=g4:SelectSubGroup(1-tp,aux.TRUE,false,1,ct1) local sg1=g4:SelectSubGroup(1-tp,aux.TRUE,false,1,ct1)
......
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