bold in wolf gun death messages

This commit is contained in:
xnrand 2014-09-15 01:03:55 +02:00
parent b8c2f6d841
commit 60c0a136f5

View File

@ -3233,7 +3233,7 @@ def shoot(cli, nick, chann_, rest):
victimrole = var.get_reveal_role(victim)
if realrole in var.WOLF_ROLES:
if var.ROLE_REVEAL:
cli.msg(chan, ("\u0002{0}\u0002 is a {1}, and is dying from "+
cli.msg(chan, ("\u0002{0}\u0002 is a \u0002{1}\u0002, and is dying from "+
"the silver bullet.").format(victim, victimrole))
var.LOGGER.logMessage(("{0} is a {1}, and is dying from the "+
"silver bullet.").format(victim, victimrole))