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