Commit 5ef4493c authored by mercury233's avatar mercury233

fix ダイノルフィア・フレンジー

parent bd16bd4d
...@@ -46,7 +46,7 @@ function c78420796.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -46,7 +46,7 @@ function c78420796.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then if chk==0 then
local chkf=tp local chkf=tp
local mg1=Duel.GetMatchingGroup(c78420796.filter1,tp,LOCATION_DECK+LOCATION_EXTRA,0,nil) local mg1=Duel.GetMatchingGroup(c78420796.filter1,tp,LOCATION_DECK+LOCATION_EXTRA,0,nil)
aux.FCheckAdditional=c78420796.fcheck aux.FGoalCheckAdditional=c78420796.fcheck
aux.GCheckAdditional=c78420796.gcheck aux.GCheckAdditional=c78420796.gcheck
local res=Duel.IsExistingMatchingCard(c78420796.filter2,tp,LOCATION_EXTRA,0,1,nil,e,tp,mg1,nil,chkf) local res=Duel.IsExistingMatchingCard(c78420796.filter2,tp,LOCATION_EXTRA,0,1,nil,e,tp,mg1,nil,chkf)
if not res then if not res then
...@@ -58,7 +58,7 @@ function c78420796.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -58,7 +58,7 @@ function c78420796.target(e,tp,eg,ep,ev,re,r,rp,chk)
res=Duel.IsExistingMatchingCard(c78420796.filter2,tp,LOCATION_EXTRA,0,1,nil,e,tp,mg2,mf,chkf) res=Duel.IsExistingMatchingCard(c78420796.filter2,tp,LOCATION_EXTRA,0,1,nil,e,tp,mg2,mf,chkf)
end end
end end
aux.FCheckAdditional=nil aux.FGoalCheckAdditional=nil
aux.GCheckAdditional=nil aux.GCheckAdditional=nil
return res return res
end end
...@@ -68,7 +68,7 @@ end ...@@ -68,7 +68,7 @@ end
function c78420796.operation(e,tp,eg,ep,ev,re,r,rp) function c78420796.operation(e,tp,eg,ep,ev,re,r,rp)
local chkf=tp local chkf=tp
local mg1=Duel.GetMatchingGroup(c78420796.filter1,tp,LOCATION_DECK+LOCATION_EXTRA,0,nil) local mg1=Duel.GetMatchingGroup(c78420796.filter1,tp,LOCATION_DECK+LOCATION_EXTRA,0,nil)
aux.FCheckAdditional=c78420796.fcheck aux.FGoalCheckAdditional=c78420796.fcheck
aux.GCheckAdditional=c78420796.gcheck aux.GCheckAdditional=c78420796.gcheck
local sg1=Duel.GetMatchingGroup(c78420796.filter2,tp,LOCATION_EXTRA,0,nil,e,tp,mg1,nil,chkf) local sg1=Duel.GetMatchingGroup(c78420796.filter2,tp,LOCATION_EXTRA,0,nil,e,tp,mg1,nil,chkf)
local mg2=nil local mg2=nil
...@@ -99,7 +99,7 @@ function c78420796.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -99,7 +99,7 @@ function c78420796.operation(e,tp,eg,ep,ev,re,r,rp)
end end
tc:CompleteProcedure() tc:CompleteProcedure()
end end
aux.FCheckAdditional=nil aux.FGoalCheckAdditional=nil
aux.GCheckAdditional=nil aux.GCheckAdditional=nil
end end
function c78420796.cdcon(e,tp,eg,ep,ev,re,r,rp) function c78420796.cdcon(e,tp,eg,ep,ev,re,r,rp)
......
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