1
Fork 0
mirror of https://github.com/RYGhub/royal-mifia.git synced 2025-02-16 13:24:06 +00:00

Cambiato un po' il testo

This commit is contained in:
Steffo 2016-04-22 21:20:08 +02:00
parent 524b52ff7c
commit a0ef2bf235

View file

@ -203,7 +203,7 @@ class Game:
player.role.onendday()
lynched = self.mostvotedplayer()
if lynched is not None:
self.message(bot, "{0} è stato ucciso.\n"
self.message(bot, "{0} era il più votato ed è stato ucciso dai Royal.\n"
"Era un {1} {2}.".format(lynched.tusername, lynched.role.icon, lynched.role.name))
lynched.kill()