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

miglioramento

This commit is contained in:
Steffo 2016-12-12 19:11:30 +01:00
parent 2d838bc6c1
commit 7535212730
2 changed files with 5 additions and 4 deletions

View file

@ -245,9 +245,7 @@ class Derek(Role):
def onendday(self, bot, game): def onendday(self, bot, game):
if self.deathwish is not None: if self.deathwish is not None:
game.message(bot, s.derek_deathwish_successful.format(icon=s.derek_icon, game.message(bot, s.derek_deathwish_successful.format(name=self.deathwish.tusername))
role=s.derek_name,
name=self.deathwish.tusername))
self.deathwish.kill(bot, game) self.deathwish.kill(bot, game)

View file

@ -8,6 +8,9 @@ royal_icon = "\U0001F610"
# Royal: nome ruolo # Royal: nome ruolo
royal_name = "Royal" royal_name = "Royal"
# Royal: come giocare
royal_help = "I Royal non hanno alcun potere speciale."
# Mifioso: icona # Mifioso: icona
mifia_icon = "\U0001F47F" mifia_icon = "\U0001F47F"
@ -104,7 +107,7 @@ derek_deathwish_set = "*Morirai* alla fine di questo giorno."
derek_deathwish_unset = "*Vivrai* per morire un altro giorno." derek_deathwish_unset = "*Vivrai* per morire un altro giorno."
# Derek: morte # Derek: morte
derek_deathwish_successful = "SPOILER: alla fine di questa giornata *{icon} {role}* (@{name}) muore schiacciato da un container.\n" derek_deathwish_successful = "SPOILER: alla fine di questa giornata *\U0001F635 Derek* (@{name}) muore schiacciato da un container.\n"
# Disastro: icona # Disastro: icona
disaster_icon = "\U0001F913" disaster_icon = "\U0001F913"