fix grammar mistake in headshot message (again)

This commit is contained in:
jacob1 2014-08-21 01:32:10 -04:00
parent bfc6b6f8cf
commit f2a92402e9

View File

@ -3118,7 +3118,7 @@ def shoot(cli, nick, chann_, rest):
accident = "accidentally "
if nick in var.ROLES["sharpshooter"]:
accident = "" # it's an accident if the sharpshooter DOESN'T headshot :P
cli.msg(chan, ("\u0002{0}\u0002 is a not a wolf "+
cli.msg(chan, ("\u0002{0}\u0002 is not a wolf "+
"but was {1}fatally injured.").format(victim, accident))
var.LOGGER.logMessage("{0} is not a wolf but was {1}fatally injured.".format(victim, accident))
if var.ROLE_REVEAL: