This commit is contained in:
puxuan 2025-09-23 21:09:51 +08:00
parent 1a4a8ff880
commit 027fa61721

View File

@ -355,7 +355,7 @@ function SummonMainUI:onSummon(count, isAd)
return return
else else
for i, cost in ipairs(costs) do for i, cost in ipairs(costs) do
if not GFunc.checkCost(cost.id, GFunc.getRewardNum(cost) * count, true) then if not GFunc.checkCost(cost.id, GFunc.getRewardNum(cost), true) then
return return
end end
end end