爆币
This commit is contained in:
@@ -49,7 +49,7 @@ local result = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
-- 5. 小奖池开奖判断(小轮次+1)
|
-- 5. 小奖池开奖判断(小轮次+1)
|
||||||
if small_total_times > small_trigger_times then
|
if small_total_times >= small_trigger_times then
|
||||||
result.is_small_prize = 1
|
result.is_small_prize = 1
|
||||||
-- 小奖随机比例
|
-- 小奖随机比例
|
||||||
local small_ratio = math.random(2, lottery_rate)
|
local small_ratio = math.random(2, lottery_rate)
|
||||||
|
|||||||
Reference in New Issue
Block a user