From 6f16848302ba81276c6c0abd72dd2b9b96e011e9 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Fri, 18 Jul 2014 23:56:06 -0400 Subject: [PATCH] fix grammar mistake in headshot message --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index 2a4e047..3b1996d 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -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))