1
Fork 0
mirror of https://github.com/RYGhub/royal-mifia.git synced 2024-11-22 05:44:19 +00:00
This commit is contained in:
Steffo 2016-05-03 21:49:39 +02:00
parent 6fddcf6f89
commit 61f16732ea

View file

@ -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()