mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-22 13:54:19 +00:00
\
This commit is contained in:
parent
6fddcf6f89
commit
61f16732ea
1 changed files with 4 additions and 2 deletions
6
main.py
6
main.py
|
@ -57,7 +57,8 @@ class Mifioso(Role):
|
|||
.format(self.target.tusername, self.target.role.icon, self.target.role.name))
|
||||
else:
|
||||
game.message(bot, "{0} è stato protetto dalla Mifia da {1} {2}!\n"
|
||||
.format(self.target.tusername, self.target.protectedby.icon, self.target.protectedby.icon))
|
||||
.format(self.target.tusername, self.target.protectedby.icon,
|
||||
self.target.protectedby.icon))
|
||||
self.target = None
|
||||
|
||||
|
||||
|
@ -102,7 +103,8 @@ class Angelo(Role):
|
|||
# Resetta la protezione
|
||||
self.protecting.protectedby = None
|
||||
self.protecting = None
|
||||
|
||||
|
||||
|
||||
# Classi per i giocatori
|
||||
class Player:
|
||||
tid = int()
|
||||
|
|
Loading…
Reference in a new issue