From f2a92402e95562be7d93f54c89a5f9a797595c24 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Thu, 21 Aug 2014 01:32:10 -0400 Subject: [PATCH] fix grammar mistake in headshot message (again) --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index 291e2d9..7245e2f 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -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: