From 7fa8e459f7affe2722506b86551440702c094beb Mon Sep 17 00:00:00 2001 From: Janik Kleinhoff Date: Sun, 28 Sep 2014 04:37:40 +0200 Subject: [PATCH] Fix "at some poisonous berries" typo --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index 073019c..f6f4fc5 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -2133,7 +2133,7 @@ def leave(cli, what, nick, why=""): msg = ("\02{0}\02, a \02{1}\02, ate some poisonous berries and has "+ "died.{2}").format(nick, var.get_reveal_role(nick), population) else: - msg = ("\02{0}\02 at some poisonous berries and has died.{1}").format(nick, population) + msg = ("\02{0}\02 ate some poisonous berries and has died.{1}").format(nick, population) elif what == "quit" and (not var.QUIT_GRACE_TIME or var.PHASE == "join"): if var.get_role(nick) != "person" and var.ROLE_REVEAL: msg = ("\02{0}\02 was mauled by wild animals and has died. It seems that "+