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:
parent
524b52ff7c
commit
a0ef2bf235
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue