add a period to the "You have selected ??? to be killed." message
This commit is contained in:
parent
534cc2a074
commit
6cd0f3e02f
@ -1363,7 +1363,7 @@ def kill(cli, nick, rest):
|
|||||||
cli.msg(nick, "You may only kill villagers, not other wolves")
|
cli.msg(nick, "You may only kill villagers, not other wolves")
|
||||||
return
|
return
|
||||||
var.KILLS[nick] = pl[pll.index(victim)]
|
var.KILLS[nick] = pl[pll.index(victim)]
|
||||||
cli.msg(nick, "You have selected \u0002{0}\u0002 to be killed".format(pl[pll.index(victim)]))
|
cli.msg(nick, "You have selected \u0002{0}\u0002 to be killed.".format(pl[pll.index(victim)]))
|
||||||
var.LOGGER.logBare(nick, "SELECT", pl[pll.index(victim)])
|
var.LOGGER.logBare(nick, "SELECT", pl[pll.index(victim)])
|
||||||
var.ACTED_WOLVES.add(nick)
|
var.ACTED_WOLVES.add(nick)
|
||||||
chk_nightdone(cli)
|
chk_nightdone(cli)
|
||||||
|
Loading…
Reference in New Issue
Block a user