Fixed a mistake from the last commit
This commit is contained in:
parent
50b673da2c
commit
160baa4432
@ -1776,7 +1776,8 @@ def transition_night(cli):
|
|||||||
"But, each time you use your ability, you risk a 2/5 "+
|
"But, each time you use your ability, you risk a 2/5 "+
|
||||||
"chance of having your identity revealed to the wolves. So be "+
|
"chance of having your identity revealed to the wolves. So be "+
|
||||||
"careful. Use \"!id\" to identify any player during the day."))
|
"careful. Use \"!id\" to identify any player during the day."))
|
||||||
for d in var.ROLES["village drunk"] and var.FIRST_NIGHT:
|
for d in var.ROLES["village drunk"]:
|
||||||
|
if var.FIRST_NIGHT:
|
||||||
cli.msg(d, 'You have been drinking too much! You are the \u0002village drunk\u0002.')
|
cli.msg(d, 'You have been drinking too much! You are the \u0002village drunk\u0002.')
|
||||||
|
|
||||||
for g in tuple(var.GUNNERS.keys()):
|
for g in tuple(var.GUNNERS.keys()):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user