simple clone role message: add missing period
This commit is contained in:
parent
677bb85053
commit
d0db82faab
@ -5166,7 +5166,7 @@ def transition_night(cli):
|
|||||||
'with "clone <nick>". If that player dies, you become their ' +
|
'with "clone <nick>". If that player dies, you become their ' +
|
||||||
'role(s). You may only clone someone during the first night.'))
|
'role(s). You may only clone someone during the first night.'))
|
||||||
else:
|
else:
|
||||||
pm(cli, clone, "You are a \u0002clone\u0002")
|
pm(cli, clone, "You are a \u0002clone\u0002.")
|
||||||
pm(cli, clone, "Players: "+", ".join(pl))
|
pm(cli, clone, "Players: "+", ".join(pl))
|
||||||
|
|
||||||
for minion in var.ROLES["minion"]:
|
for minion in var.ROLES["minion"]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user