From 7535212730da7f0fa76cbcfc71515992a818750d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 12 Dec 2016 19:11:30 +0100 Subject: [PATCH] miglioramento --- main.py | 4 +--- strings.py | 5 ++++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/main.py b/main.py index 768657e..c80fd8b 100644 --- a/main.py +++ b/main.py @@ -245,9 +245,7 @@ class Derek(Role): def onendday(self, bot, game): if self.deathwish is not None: - game.message(bot, s.derek_deathwish_successful.format(icon=s.derek_icon, - role=s.derek_name, - name=self.deathwish.tusername)) + game.message(bot, s.derek_deathwish_successful.format(name=self.deathwish.tusername)) self.deathwish.kill(bot, game) diff --git a/strings.py b/strings.py index aee5375..4915cdf 100644 --- a/strings.py +++ b/strings.py @@ -8,6 +8,9 @@ royal_icon = "\U0001F610" # Royal: nome ruolo royal_name = "Royal" +# Royal: come giocare +royal_help = "I Royal non hanno alcun potere speciale." + # Mifioso: icona 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: 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 disaster_icon = "\U0001F913"