1
Fork 0
mirror of https://github.com/RYGhub/royal-mifia.git synced 2025-02-16 13:24:06 +00:00
This commit is contained in:
Steffo 2017-01-29 20:30:40 +01:00
parent 4d9969b427
commit 58b9c70f22

View file

@ -420,8 +420,7 @@ class Player:
self.votes = 0 # Voti che sta ricevendo questo giocatore. Aggiornato da updatevotes()
self.protectedby = None # Protettore. Oggetto player che protegge questo giocatore dalla mifia.
self.mifiavotes = 0 # Voti che sta ricevendo questo giocatore dalla mifia. Aggiornato da updatemifiavotes()
if __debug__:
self.dummy = dummy # E' un bot?
self.dummy = dummy # E' un bot?
def __repr__(self) -> str:
r = "<Player {username}>".format(username=self.tusername)