mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2025-02-16 13:24:06 +00:00
Altre cose
This commit is contained in:
parent
26e545dd65
commit
8ca3efe380
1 changed files with 2 additions and 2 deletions
|
@ -21,10 +21,10 @@ class Derek(Role):
|
|||
# Attiva / disattiva la morte alla fine del round
|
||||
self.deathwish = not self.deathwish
|
||||
if self.deathwish:
|
||||
self.player.message(s.derek_deathwish_unset)
|
||||
self.player.message(s.derek_deathwish_set)
|
||||
else:
|
||||
|
||||
self.player.message(s.derek_deathwish_set)
|
||||
self.player.message(s.derek_deathwish_unset)
|
||||
|
||||
def onendday(self):
|
||||
if self.deathwish:
|
||||
|
|
Loading…
Add table
Reference in a new issue