fix grammar mistake in headshot message

This commit is contained in:
jacob1 2014-07-18 23:56:06 -04:00
parent b93bf38894
commit 6f16848302

View File

@ -1816,7 +1816,7 @@ def shoot(cli, nick, chann_, rest):
if not del_player(cli, victim):
return
elif random.random() <= var.MANSLAUGHTER_CHANCE:
cli.msg(chan, ("\u0002{0}\u0002 is a not a wolf "+
cli.msg(chan, ("\u0002{0}\u0002 is not a wolf "+
"but was accidentally fatally injured.").format(victim))
cli.msg(chan, "The village has sacrificed a \u0002{0}\u0002.".format(victimrole))
var.LOGGER.logMessage("{0} is not a wolf but was accidentally fatally injured.".format(victim))