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

improved Disastro death

This commit is contained in:
Steffo 2016-12-05 19:37:13 +01:00
parent 20520da530
commit 183543030a
2 changed files with 2 additions and 7 deletions

View file

@ -278,9 +278,8 @@ class Disastro(Role):
self.poweruses = self.refillpoweruses self.poweruses = self.refillpoweruses
def ondeath(self, bot, game): def ondeath(self, bot, game):
game.message(bot, s.disaster_revealed.format(icon=s.disaster_icon, self.icon = s.disaster_icon
role=s.disaster_name, self.name = s.disaster_name
name=self.player.tusername))
rolepriority = [Mifioso, Investigatore, Disastro, Angelo, Derek, Terrorista] rolepriority = [Mifioso, Investigatore, Disastro, Angelo, Derek, Terrorista]

View file

@ -108,10 +108,6 @@ disaster_icon = "\U0001F913"
# Disastro: nome ruolo # Disastro: nome ruolo
disaster_name = "Disastro" 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 # Generale: ruolo assegnato
role_assigned = "Ti è stato assegnato il ruolo di *{icon} {name}*." role_assigned = "Ti è stato assegnato il ruolo di *{icon} {name}*."