Commit 481349c3 authored by nanahira's avatar nanahira

cleanup

parent c7052d52
...@@ -1705,7 +1705,7 @@ function Auxiliary.PendOperation() ...@@ -1705,7 +1705,7 @@ function Auxiliary.PendOperation()
end end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
Auxiliary.GCheckAdditional=Auxiliary.PendOperationCheck(ft1,ft2,ft) Auxiliary.GCheckAdditional=Auxiliary.PendOperationCheck(ft1,ft2,ft)
local g=tg:SelectSubGroup(tp,aux.TRUE,true,1,math.min(#tg,ft),ft1,ft2,ft) local g=tg:SelectSubGroup(tp,aux.TRUE,true,1,math.min(#tg,ft))
Auxiliary.GCheckAdditional=nil Auxiliary.GCheckAdditional=nil
if not g then return end if not g then return end
if ce then if ce 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