Commit 40c61dde authored by GuGu's avatar GuGu

Update c1110004.lua

parent 8b4e2eb8
Pipeline #29225 passed with stage
in 7 seconds
...@@ -51,7 +51,7 @@ function c1110004.op1(e,tp,eg,ep,ev,re,r,rp) ...@@ -51,7 +51,7 @@ function c1110004.op1(e,tp,eg,ep,ev,re,r,rp)
if sg:GetCount()>0 then if sg:GetCount()>0 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_FMATERIAL) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_FMATERIAL)
local lg=mg:SelectSubGroup(tp,c1110004.fselect,false,1,mg:GetCount(),sg,tp) local lg=mg:SelectSubGroup(tp,c1110004.fselect,false,1,mg:GetCount(),sg,tp)
local ft=Duel.GetLocationCountFromEx(tp,tp,lg) local ft=Duel.GetLocationCountFromEx(tp,tp,lg,TYPE_FUSION)
local max=math.min(sg:GetCount(),ft) local max=math.min(sg:GetCount(),ft)
local ag=sg:Filter(c1110004.tfilter1,nil,e,tp,lg,nil,nil,tp) local ag=sg:Filter(c1110004.tfilter1,nil,e,tp,lg,nil,nil,tp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
......
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