Adding a period to the end of the sentence
thanks to Calinou for pointing out this issue! :-) I've looked through the rest of the code; it seems to be the only issue of that kind. If you find more, report in ##wolfgame-dev
This commit is contained in:
parent
dd80dbb7ca
commit
eda0bc2df8
@ -2021,7 +2021,7 @@ def see(cli, nick, rest):
|
||||
cli.notice(nick, "You're not currently playing.")
|
||||
return
|
||||
if not var.is_role(nick, "seer"):
|
||||
pm(cli, nick, "Only a seer may use this command")
|
||||
pm(cli, nick, "Only a seer may use this command.")
|
||||
return
|
||||
if var.PHASE != "night":
|
||||
pm(cli, nick, "You may only have visions at night.")
|
||||
|
Loading…
Reference in New Issue
Block a user