Commit 9679ae0a authored by Tachibana's avatar Tachibana

1145141919810

parent d91e944b
Pipeline #13880 passed with stages
in 31 minutes and 58 seconds
expansions/pics/81048014.jpg

56.1 KB | W: | H:

expansions/pics/81048014.jpg

89.6 KB | W: | H:

expansions/pics/81048014.jpg
expansions/pics/81048014.jpg
expansions/pics/81048014.jpg
expansions/pics/81048014.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -54,7 +54,6 @@ function cm.initial_effect(c)
aux.AddSynchroMixProcedure(sc,f1,nil,nil,f2,min,maxc)
end
--]]
---[[
--fix for utility.lua load first 2022.2.20
--plan1
cm[3]=Duel.CheckTunerMaterial
......@@ -80,6 +79,7 @@ function cm.initial_effect(c)
local g=Group.CreateGroup()
local gc=nil
local mg
local mgchk=false
if mg1 then
mg=mg1
mgchk=true
......@@ -98,10 +98,10 @@ function cm.initial_effect(c)
else
mg2:Sub(g)
end
local cg=mg2:Filter(Auxiliary.SynMixCheckRecursive,g4,tp,g4,mg2,i,minc,maxc,sc,g,smat,gc)
local cg=mg2:Filter(Auxiliary.SynMixCheckRecursive,g4,tp,g4,mg2,i,minc,maxc,sc,g,smat,gc,mgchk)
if cg:GetCount()==0 then break end
local minct=1
if Auxiliary.SynMixCheckGoal(tp,g4,minc,i,sc,g,smat,gc) then
if Auxiliary.SynMixCheckGoal(tp,g4,minc,i,sc,g,smat,gc,mgchk) then
minct=0
end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SMATERIAL)
......@@ -116,7 +116,6 @@ function cm.initial_effect(c)
Duel.SelectSynchroMaterial=function(tp,sc,f1,f2,minc,maxc,smat,mg1)
return Duel.SelectTunerMaterial(tp,sc,smat,f1,f2,minc,maxc,mg1)
end
--]]
--[[
--plan2
local tsg=Duel.GetMatchingGroup(Card.IsType,0,LOCATION_EXTRA,LOCATION_EXTRA,nil,TYPE_SYNCHRO)
......
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