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:
parent
20520da530
commit
183543030a
2 changed files with 2 additions and 7 deletions
5
main.py
5
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]
|
||||
|
|
|
@ -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}*."
|
||||
|
||||
|
|
Loading…
Reference in a new issue