Fix day timeout causing game to end twice
This commit is contained in:
parent
144b01cfed
commit
6bf12520f1
@ -2095,7 +2095,7 @@ def chk_decision(cli, force=""):
|
|||||||
lmsg = random.choice(messages["lynch_no_reveal"]).format(votee)
|
lmsg = random.choice(messages["lynch_no_reveal"]).format(votee)
|
||||||
cli.msg(botconfig.CHANNEL, lmsg)
|
cli.msg(botconfig.CHANNEL, lmsg)
|
||||||
if not del_player(cli, votee, True, killer_role="villager", deadlist=deadlist, original=votee):
|
if not del_player(cli, votee, True, killer_role="villager", deadlist=deadlist, original=votee):
|
||||||
break
|
return
|
||||||
do_night_transision = True
|
do_night_transision = True
|
||||||
break
|
break
|
||||||
if do_night_transision:
|
if do_night_transision:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user