mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-22 13:54:19 +00:00
Changed message order
This commit is contained in:
parent
6c06751286
commit
a08804a497
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -265,12 +265,12 @@ class Game:
|
||||||
# Cancella tutti i voti
|
# Cancella tutti i voti
|
||||||
for player in self.players:
|
for player in self.players:
|
||||||
player.votingfor = None
|
player.votingfor = None
|
||||||
# Controlla se qualcuno ha vinto
|
|
||||||
self.victoryconditions(bot)
|
|
||||||
# Incrementa il giorno
|
# Incrementa il giorno
|
||||||
self.day += 1
|
self.day += 1
|
||||||
# Notifica dell'inizi
|
# Notifica dell'inizi
|
||||||
self.message(bot, s.new_day.format(day=self.day))
|
self.message(bot, s.new_day.format(day=self.day))
|
||||||
|
# Controlla se qualcuno ha vinto
|
||||||
|
self.victoryconditions(bot)
|
||||||
|
|
||||||
def startpreset(self, bot):
|
def startpreset(self, bot):
|
||||||
"""Inizio della fase di preset"""
|
"""Inizio della fase di preset"""
|
||||||
|
|
Loading…
Reference in a new issue