This commit is contained in:
2026-01-26 18:03:55 +08:00
parent 42e660d618
commit b4710619ff

View File

@@ -49,7 +49,7 @@ local result = {
}
-- 5. 小奖池开奖判断(小轮次+1
if small_total_times > small_trigger_times then
if small_total_times >= small_trigger_times then
result.is_small_prize = 1
-- 小奖随机比例
local small_ratio = math.random(2, lottery_rate)