Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
purerosefallen committed Feb 12, 2025
1 parent 28bf3a5 commit 8306193
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions procedure.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ function Auxiliary.FConditionUltimate(insf,sub,...)
local sub2=(sub or hexsealed) and not notfusion
local mg=g:Filter(Auxiliary.FConditionFilterUltimate,c,c,sub2,notfusion,conds)
for _,cond in ipairs(conds) do
if not mg:IsExists(cond.f,cond.min,nil) then return false end
if not mg:IsExists(cond.f,cond.min,nil,c,sub) then return false end
end
local checkf=Auxiliary.CreateFUltimateCheck(mg,Group.CreateGroup(),tp,c,sub2,chkfnf,conds)
if gc then
Expand Down Expand Up @@ -1193,7 +1193,6 @@ function Auxiliary.FOperationUltimate(insf,sub,...)
end
local cg=mg:Filter(select_filter,sg)
if cg:GetCount()==0 then
Debug.Message("Not selectable")
break
end

Expand Down

0 comments on commit 8306193

Please sign in to comment.