mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2025-02-16 13:24:06 +00:00
Sinceramente non mi ricordo cosa ho fatto (#61)
This commit is contained in:
parent
8ca3efe380
commit
6a39ce8c19
2 changed files with 1 additions and 3 deletions
|
@ -23,11 +23,10 @@ class Derek(Role):
|
|||
if self.deathwish:
|
||||
self.player.message(s.derek_deathwish_set)
|
||||
else:
|
||||
|
||||
self.player.message(s.derek_deathwish_unset)
|
||||
|
||||
def onendday(self):
|
||||
if self.deathwish:
|
||||
self.player.game.message(s.derek_deathwish_successful.format(name=self.player.tusername))
|
||||
self.player.kill(self.player.game)
|
||||
self.player.kill()
|
||||
self.chaos = True
|
|
@ -27,7 +27,6 @@ class Mifioso(Role):
|
|||
self.target = selected
|
||||
self.player.message(s.mifia_target_selected.format(target=self.target.tusername))
|
||||
|
||||
|
||||
def onendday(self):
|
||||
if self.player.game.votingmifia:
|
||||
# Se la partita è in modalità votingmifia l'uccisione della mifia viene gestita dalla classe Game
|
||||
|
|
Loading…
Add table
Reference in a new issue