1
Fork 0
mirror of https://github.com/RYGhub/royal-mifia.git synced 2024-11-22 05:44:19 +00:00

Changed message order

This commit is contained in:
Steffo 2017-07-07 23:50:28 +03:00
parent 6c06751286
commit a08804a497

View file

@ -265,12 +265,12 @@ class Game:
# Cancella tutti i voti
for player in self.players:
player.votingfor = None
# Controlla se qualcuno ha vinto
self.victoryconditions(bot)
# Incrementa il giorno
self.day += 1
# Notifica dell'inizi
self.message(bot, s.new_day.format(day=self.day))
# Controlla se qualcuno ha vinto
self.victoryconditions(bot)
def startpreset(self, bot):
"""Inizio della fase di preset"""