From c3a91a860ba964aa4334989725917d6ac7b5d76e Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 19 Apr 2016 17:22:05 +0200 Subject: [PATCH] Modificato un messaggio --- mifia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mifia.py b/mifia.py index 8732f389..a55017be 100644 --- a/mifia.py +++ b/mifia.py @@ -341,6 +341,6 @@ while True: voter.votedfor = username[1] g.message("Hai votato per " + username[1] + ".") else: - g.message("I morti non votano.") + g.message("_La tua votazione riecheggia nel nulla. Sei morto, e i morti non parlano._") else: g.message("La persona selezionata non esiste.")