diff --git a/main.py b/main.py index 84960dd..9c7bfc7 100644 --- a/main.py +++ b/main.py @@ -278,9 +278,8 @@ class Disastro(Role): self.poweruses = self.refillpoweruses def ondeath(self, bot, game): - game.message(bot, s.disaster_revealed.format(icon=s.disaster_icon, - role=s.disaster_name, - name=self.player.tusername)) + self.icon = s.disaster_icon + self.name = s.disaster_name rolepriority = [Mifioso, Investigatore, Disastro, Angelo, Derek, Terrorista] diff --git a/strings.py b/strings.py index de501aa..69ea374 100644 --- a/strings.py +++ b/strings.py @@ -108,10 +108,6 @@ disaster_icon = "\U0001F913" # Disastro: nome ruolo disaster_name = "Disastro" -# Disastro: rivelato -disaster_revealed = "In realtà, @{name} era un *{icon} {role}* a ricoprire il suo ruolo...\n" \ - "Le informazioni che ha ottenuto erano false!" - # Generale: ruolo assegnato role_assigned = "Ti è stato assegnato il ruolo di *{icon} {name}*."