Rs794613 / PcrDuel

创建贵族进行俄罗斯转盘决斗,提升贵族等级,争夺pcr女友的小游戏。
GNU General Public License v3.0
53 stars 26 forks source link

流局时不会重置押注,第六枪不开也算流局 #8

Closed sdyxxjj123 closed 3 years ago

sdyxxjj123 commented 3 years ago

改动了

结算下注金币,判定是否为超时局。

if is_overtime == 1:
 if n !=6:
    msg = '本局为超时局,不进行金币结算,支持的金币全部返还。'
    await bot.send(ev, msg)
    duel_judger.set_support(ev.group_id)
    duel_judger.turn_off(ev.group_id)
    return

使得第六枪即便不开超时也不算是超时局,同时超时也会重置押注,之前没重置押注带来了一些不必要的麻烦

Rs794613 commented 3 years ago

好的,我会加进去。