Merge pull request #71 from xnrand/master

bold in wolf gun death messages
This commit is contained in:
Ryan Schmidt 2014-09-14 18:21:17 -05:00
commit e9918a9b44

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))