mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Un po' di GC
This commit is contained in:
parent
da6b13c5eb
commit
bafe76ea04
1 changed files with 4 additions and 0 deletions
4
mifia.py
4
mifia.py
|
@ -28,6 +28,9 @@ class Game:
|
|||
players = list()
|
||||
tokill = list()
|
||||
|
||||
def __del__(self):
|
||||
print("Partita {0} eliminata.\n".format(self.groupid))
|
||||
|
||||
def message(self, text):
|
||||
"""Manda un messaggio alla chat generale del gioco
|
||||
:param text: Testo del messaggio
|
||||
|
@ -152,6 +155,7 @@ class Game:
|
|||
if uno == 0:
|
||||
self.message("*Il Team Royal ha vinto!*\n"
|
||||
"Tutti i Mifiosi sono stati eliminati.")
|
||||
partiteincorso.remove(findgame(self.groupid))
|
||||
if uno >= zero:
|
||||
self.message("*Il Team Mifia ha vinto!*\n"
|
||||
"I Mifiosi rimasti sono più dei Royal.")
|
||||
|
|
Loading…
Reference in a new issue