From 2f0a827fe830348b2cdfaa74224160ca9ce44760 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sat, 18 Apr 2015 17:54:31 -0400 Subject: [PATCH] nyuszika7h fell into a river and was swept away. --- src/wolfgame.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wolfgame.py b/src/wolfgame.py index 6158b94..077875c 100644 --- a/src/wolfgame.py +++ b/src/wolfgame.py @@ -3153,10 +3153,10 @@ def leave(cli, what, nick, why=""): msg = ("\02{0}\02 was mauled by wild animals and has died.{1}").format(nick, population) elif what == "account" and (not var.ACC_GRACE_TIME or var.PHASE == "join"): if var.get_role(nick) != "person" and var.ROLE_REVEAL: - msg = ("\02{0}\02 has died of a heart attack. The villagers couldn't "+ + msg = ("\02{0}\02 fell into a river and was swept away. The villagers couldn't "+ "save the \02{1}\02.{2}").format(nick, var.get_reveal_role(nick), population) else: - msg = ("\02{0}\02 has died of a heart attack.{1}").format(nick, population) + msg = ("\02{0}\02 fell into a river and was swept away.{1}").format(nick, population) elif what != "kick": msg = "\u0002{0}\u0002 has gone missing.".format(nick) killplayer = False