add missing period for matchmaker message in !simple
This commit is contained in:
parent
8fd41d4bf9
commit
d34a65dd98
@ -4522,7 +4522,7 @@ def transition_night(cli):
|
|||||||
'dies, the other will as well. You may select yourself as one ' +
|
'dies, the other will as well. You may select yourself as one ' +
|
||||||
'of the lovers. You may only select lovers during the first night.'))
|
'of the lovers. You may only select lovers during the first night.'))
|
||||||
else:
|
else:
|
||||||
cli.notice(mm, "You are a \u0002matchmaker\u0002")
|
cli.notice(mm, "You are a \u0002matchmaker\u0002.")
|
||||||
pm(cli, mm, "Players: " + ", ".join(pl))
|
pm(cli, mm, "Players: " + ", ".join(pl))
|
||||||
|
|
||||||
for clone in var.ROLES["clone"]:
|
for clone in var.ROLES["clone"]:
|
||||||
|
Loading…
Reference in New Issue
Block a user