nyuszika7h fell into a river and was swept away.
This commit is contained in:
parent
f3fd5b970c
commit
2f0a827fe8
@ -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)
|
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"):
|
elif what == "account" and (not var.ACC_GRACE_TIME or var.PHASE == "join"):
|
||||||
if var.get_role(nick) != "person" and var.ROLE_REVEAL:
|
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)
|
"save the \02{1}\02.{2}").format(nick, var.get_reveal_role(nick), population)
|
||||||
else:
|
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":
|
elif what != "kick":
|
||||||
msg = "\u0002{0}\u0002 has gone missing.".format(nick)
|
msg = "\u0002{0}\u0002 has gone missing.".format(nick)
|
||||||
killplayer = False
|
killplayer = False
|
||||||
|
Loading…
Reference in New Issue
Block a user