mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-22 05:44:19 +00:00
Fatto #46: notifica di inizio giorno
This commit is contained in:
parent
328c410cbd
commit
4923b3e317
2 changed files with 5 additions and 0 deletions
2
main.py
2
main.py
|
@ -653,6 +653,8 @@ class Game:
|
||||||
self.victoryconditions(bot)
|
self.victoryconditions(bot)
|
||||||
# Incrementa il giorno
|
# Incrementa il giorno
|
||||||
self.day += 1
|
self.day += 1
|
||||||
|
# Notifica dell'inizi
|
||||||
|
self.message(bot, s.new_day.format(day=self.day))
|
||||||
|
|
||||||
def startpreset(self, bot):
|
def startpreset(self, bot):
|
||||||
"""Inizio della fase di preset"""
|
"""Inizio della fase di preset"""
|
||||||
|
|
|
@ -260,6 +260,9 @@ vote_keyboard = "Chi vuoi votare...?"
|
||||||
# Generale: riga della tastiera del voto
|
# Generale: riga della tastiera del voto
|
||||||
vote_keyboard_line = "@{name}"
|
vote_keyboard_line = "@{name}"
|
||||||
|
|
||||||
|
# Generale: inizia un nuovo giorno
|
||||||
|
new_day = "Sorge l'alba del giorno **{day}**!"
|
||||||
|
|
||||||
# Vittoria: team Royal
|
# Vittoria: team Royal
|
||||||
victory_royal = "**La Royal Games vince!**"
|
victory_royal = "**La Royal Games vince!**"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue