mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2025-02-16 13:24:06 +00:00
lel
This commit is contained in:
parent
4d9969b427
commit
58b9c70f22
1 changed files with 1 additions and 2 deletions
3
main.py
3
main.py
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue