add missing period for matchmaker message in !simple

This commit is contained in:
jacob1 2014-08-19 21:58:08 -04:00
parent 8fd41d4bf9
commit d34a65dd98

View File

@ -4522,7 +4522,7 @@ def transition_night(cli):
'dies, the other will as well. You may select yourself as one ' +
'of the lovers. You may only select lovers during the first night.'))
else:
cli.notice(mm, "You are a \u0002matchmaker\u0002")
cli.notice(mm, "You are a \u0002matchmaker\u0002.")
pm(cli, mm, "Players: " + ", ".join(pl))
for clone in var.ROLES["clone"]: