Improve lycan message
This commit is contained in:
parent
5547d30721
commit
938e02058f
@ -5534,8 +5534,8 @@ def transition_night(cli):
|
|||||||
for lycan in var.ROLES["lycan"]:
|
for lycan in var.ROLES["lycan"]:
|
||||||
if lycan in var.PLAYERS and not is_user_simple(lycan):
|
if lycan in var.PLAYERS and not is_user_simple(lycan):
|
||||||
pm(cli, lycan, ('You are a \u0002lycan\u0002. You are currently on the side of the ' +
|
pm(cli, lycan, ('You are a \u0002lycan\u0002. You are currently on the side of the ' +
|
||||||
'villagers, but will turn into a wolf if you are targeted by them ' +
|
'villagers, but will turn into a wolf instead of dying if you are ' +
|
||||||
'during the night.'))
|
'targeted by the wolves during the night.'))
|
||||||
else:
|
else:
|
||||||
pm(cli, lycan, "You are a \u0002lycan\u0002.")
|
pm(cli, lycan, "You are a \u0002lycan\u0002.")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user